mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
all: implement interface fields (#8259)
This commit is contained in:
@@ -230,6 +230,7 @@ pub:
|
||||
field_names []string
|
||||
is_pub bool
|
||||
methods []FnDecl
|
||||
fields []StructField
|
||||
pos token.Position
|
||||
pre_comments []Comment
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user