update NOTICE and LICENSE
[nit.git] / tests / base_closure_raf.nit
index 6be3ce3..1bed473 100644 (file)
@@ -17,7 +17,7 @@
 import base_closure2
 
 class B
-special A
+       super A
        redef fun foo
                !bar(i: Int) #!alt13# #!alt14# #!alt15#
                #alt13# !bar
@@ -39,12 +39,14 @@ do
        a.foo !bar x do #!alt11#
        #alt11#a.foo !bar do
                x.output
+               if maybe then
                #alt4#break
                #alt5#break 'x'
                #alt6#continue
                #alt7#continue 'x'
                #alt8#return
                #alt9#return 'x'
+               end
                (x+1).output
        end
        #alt10# a.foo