Interfaces can inherit other interfaces

This commit is contained in:
Sasha Koshka 2022-08-23 13:56:59 -04:00
parent 3ef1e706b3
commit 8817d72cb3
1 changed files with 1 additions and 1 deletions

View File

@ -218,8 +218,8 @@ type FaceBehavior struct {
type FaceSection struct {
location file.Location
name string
inherits string
what Type
permission types.Permission
behaviors map[string] FaceBehavior
}