X-Git-Url: http://nitlanguage.org diff --git a/tests/base_closure4.nit b/tests/base_closure4.nit index fb9edfc..4d13fe8 100644 --- a/tests/base_closure4.nit +++ b/tests/base_closure4.nit @@ -17,7 +17,7 @@ import kernel class A - meth foo + fun foo with bar: Int do 1.output @@ -28,7 +28,7 @@ class A end end -meth work +fun work do var a = new A a.foo with do #!alt11#