X-Git-Url: http://nitlanguage.org diff --git a/tests/syntax_annotations2.nit b/tests/syntax_annotations2.nit index 740a262..18dec64 100644 --- a/tests/syntax_annotations2.nit +++ b/tests/syntax_annotations2.nit @@ -27,8 +27,8 @@ end class A annot super Toto is annot - super Toto is annot, annot2 - super Toto is + super Tata is annot, annot2 + super Titi is annot annot2 end @@ -50,5 +50,9 @@ class A end end -class Toto +interface Toto +end +interface Tata +end +interface Titi end