X-Git-Url: http://nitlanguage.org diff --git a/tests/test_create_more.nit b/tests/test_create_more.nit index 844ffee..e5a1ff1 100644 --- a/tests/test_create_more.nit +++ b/tests/test_create_more.nit @@ -15,8 +15,8 @@ # limitations under the License. class A - var attribute: nullable A - var num: Char + var attribute: nullable A is noinit + var num: Char is noinit fun foo=(a: nullable A) do @@ -81,4 +81,4 @@ a[3] = new A.init2('3', a[2].bar('1')) a[2].bar('2') = new A a[4] = new A.init2('4', a[2].bar('1')) a[5] = new A.init2('5', a[2].bar('2')) -printn(a) +print a