X-Git-Url: http://nitlanguage.org diff --git a/tests/rterror_nilcall_undead.nit b/tests/rterror_nilcall_undead.nit index 7b29844..f2a11bf 100644 --- a/tests/rterror_nilcall_undead.nit +++ b/tests/rterror_nilcall_undead.nit @@ -17,11 +17,11 @@ import kernel class A - meth foo + fun foo do 1.output end - meth bar: Int + fun bar: Int do return 2 end