mirror of
https://github.com/vlang/v.git
synced 2025-09-15 02:18:47 -04:00
ast: pub interface field
This commit is contained in:
parent
9c1eaaeb49
commit
35fab2bb7b
@ -152,6 +152,7 @@ pub:
|
||||
}
|
||||
|
||||
pub struct InterfaceDecl {
|
||||
pub:
|
||||
name string
|
||||
field_names []string
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user