objt-bitfields #8

Merged
sashakoshka merged 4 commits from objt-bitfields into main 2022-08-24 22:46:32 +00:00
2 changed files with 7 additions and 0 deletions
Showing only changes of commit 05aa0e6177 - Show all commits

View File

@ -9,6 +9,9 @@ func TestObjt (test *testing.T) {
objt ro Basic:Obj
ro that:Basic
ro this:Basic
objt ro BitFields:Obj
ro that:Int:1
ro this:Int:24
objt ro ComplexInit:Obj
ro basic:Int 87
ro complex0:Bird

View File

@ -4,6 +4,10 @@ objt ro Basic:Obj
ro that:Basic
ro this:Basic
objt ro BitFields:Obj
ro that:Int:1
ro this:Int:24 298
objt ro Init:Obj
ro that:String "hello world"
ro this:Int 23