ast: pub interface field

pull/4248/head
lydiandy 2020-04-05 18:31:39 +08:00 committed by GitHub
parent 9c1eaaeb49
commit 35fab2bb7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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