Merge branch 'triple_quoted_strings'
[nit.git] / tests / base_closure3.nit
index 80982b3..05ecc2a 100644 (file)
@@ -27,19 +27,23 @@ class A
        end
 end
 
+fun maybe: Bool do return true
+
 var a = new A
 0.output
-a.foo(1,8) !bar x, y, b do #!alt2#
+a.foo(1,8) !bar x, y, b do #alt2#
 #alt2#a.foo(1,8) !bar x, y do
        x.output
        b.foo(x+1, y-1) !bar z, t, c do
                z.output
+               if maybe then
                #alt4#break
                #alt5#break 'x'
                #alt6#continue
                #alt7#continue 'x'
                #alt8#return
                #alt9#return 'x'
+               end
                t.output
        end
        y.output