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:
@ -152,6 +152,7 @@ pub:
|
|||||||
}
|
}
|
||||||
|
|
||||||
pub struct InterfaceDecl {
|
pub struct InterfaceDecl {
|
||||||
|
pub:
|
||||||
name string
|
name string
|
||||||
field_names []string
|
field_names []string
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user