diff --git a/source/tlang/testing/type_check1.t b/source/tlang/testing/type_check1.t index e1f745a..8c2693b 100644 --- a/source/tlang/testing/type_check1.t +++ b/source/tlang/testing/type_check1.t @@ -2,12 +2,11 @@ module typeChecking1; class A { - A aInstance; - B bInstance; + static A aInstance; + static B bInstance; } class B { - A aInstance; - B bInstance; + static B bInstance; } \ No newline at end of file