SectionKind has been retired

This commit is contained in:
2022-09-21 21:25:48 -04:00
parent b3ebd7a259
commit 6040980003
6 changed files with 7 additions and 68 deletions

View File

@@ -24,6 +24,6 @@ var BuiltInString = createPrimitive("String", Type {
// list.
func createPrimitive (name string, inherits Type) (primitive TypeSection) {
primitive.where = locator { name: name }
primitive.inherits = inherits
primitive.what = inherits
return
}