X-Git-Url: http://nitlanguage.org diff --git a/tests/base_no_object.nit b/tests/base_no_object.nit index 8ed75ce..ddcad3c 100644 --- a/tests/base_no_object.nit +++ b/tests/base_no_object.nit @@ -10,4 +10,4 @@ end var a = new A a.foo -#alt1# if a is a then 2.output +#alt1# if a isa Int then 2.output