|
|
|
@ -116,9 +116,6 @@ func TestType (test *testing.T) {
|
|
|
|
|
---
|
|
|
|
|
type ro Basic:Int
|
|
|
|
|
type ro BasicInit:Int 6
|
|
|
|
|
type ro IntArray:{Int ..}
|
|
|
|
|
type ro IntArrayInit:{Int 3}
|
|
|
|
|
3298 923 92
|
|
|
|
|
type ro Complex:Obj
|
|
|
|
|
ro that:Basic
|
|
|
|
|
ro this:Basic
|
|
|
|
@ -133,6 +130,11 @@ type ro ComplexWithComplexInit
|
|
|
|
|
ro complex1:Complex
|
|
|
|
|
.that 98902
|
|
|
|
|
.this 235
|
|
|
|
|
type ro IntArray:{Int ..}
|
|
|
|
|
type ro IntArrayInit:{Int 3}
|
|
|
|
|
3298
|
|
|
|
|
923
|
|
|
|
|
92
|
|
|
|
|
`, test)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|