blob: 132e40c38d97b496821c46e90f1c8a6a57778f10 [file] [log] [blame]
def i=0;
def a, b
(a, b) = [i++, <warning descr="Variable 'a' might not be assigned">a</warning>]
println a
println b