1
0
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:
lydiandy
2020-04-05 18:31:39 +08:00
committed by GitHub
parent 9c1eaaeb49
commit 35fab2bb7b

View File

@ -152,6 +152,7 @@ pub:
} }
pub struct InterfaceDecl { pub struct InterfaceDecl {
pub:
name string name string
field_names []string field_names []string
} }