mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ast: pub interface field
This commit is contained in:
parent
9c1eaaeb49
commit
35fab2bb7b
@ -152,6 +152,7 @@ pub:
|
|||||||
}
|
}
|
||||||
|
|
||||||
pub struct InterfaceDecl {
|
pub struct InterfaceDecl {
|
||||||
|
pub:
|
||||||
name string
|
name string
|
||||||
field_names []string
|
field_names []string
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user