mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ast: remove field which should have been removed in #34e124d
This commit is contained in:
parent
34e124d5f7
commit
9b583f51f1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user