X-Git-Url: http://nitlanguage.org diff --git a/tests/test_create_more.nit b/tests/test_create_more.nit index 4d1951f..d870cea 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