nitpretty: fixes crash on attribute annotations
[nit.git] / tests / sav / nitpretty_args27.res
index 0406b29..d3ee895 100644 (file)
 module test_annot1 is platform("android")
 
 class A
+       fun goo is intern
+
+       # test
        fun foo is a, b
+
        fun bar is a, b do print "1"
 
        fun baz is