X-Git-Url: http://nitlanguage.org diff --git a/tests/error_type_not_ok.nit b/tests/error_type_not_ok.nit index cfe5302..10fd302 100644 --- a/tests/error_type_not_ok.nit +++ b/tests/error_type_not_ok.nit @@ -21,3 +21,5 @@ class A super Fail end +var a = new A +a.output