X-Git-Url: http://nitlanguage.org diff --git a/tests/error_meth_create.nit b/tests/error_meth_create.nit index 1b65e0b..d8b4f93 100644 --- a/tests/error_meth_create.nit +++ b/tests/error_meth_create.nit @@ -15,6 +15,6 @@ # limitations under the License. class A - meth foo do end + fun foo do end end var b = new A.foo