Fixed parsing of interface section behaviors

This commit is contained in:
Sasha Koshka
2022-08-24 00:25:52 -04:00
parent 1f88b54eaa
commit 39f8d7e4ac
2 changed files with 10 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ data pv helloText:String "Hello, world!"
# this is a struct definition
objt ro Greeter:Obj
wr text:String "Hi."
rw text:String "Hi."
# this is a function
func ro main