ast: remove field which should have been removed in #34e124d

pull/7038/head^2
joe-conigliaro 2020-12-01 20:15:35 +11:00
parent 34e124d5f7
commit 9b583f51f1
No known key found for this signature in database
GPG Key ID: C12F7136C08206F1
1 changed files with 0 additions and 1 deletions

View File

@ -827,7 +827,6 @@ pub:
pub mut:
expr_types []table.Type // [Dog, Cat] // also used for interface_types
is_interface bool // array of interfaces e.g. `[]Animal` `[Dog{}, Cat{}]`
interface_types []table.Type // [Dog, Cat]
interface_type table.Type // Animal
elem_type table.Type // element type
typ table.Type // array type