X-Git-Url: http://nitlanguage.org diff --git a/tests/error_super_none.nit b/tests/error_super_none.nit index bcadc86..aeddbd9 100644 --- a/tests/error_super_none.nit +++ b/tests/error_super_none.nit @@ -16,7 +16,7 @@ import kernel class A - meth foo + fun foo do super end