blob: d0d62553bc59a038eeb456d16488ca53dc087ece [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
static method test() dynamic {
final(core::int, core::int) x = (1, 2);
core::print( block {
core::int #t1;
final synthesized(core::int, core::int) #0#0 = x;
#L1:
{
{
if(true) {
#t1 = 1;
break #L1;
}
}
}
} =>#t1);
core::print( block {
core::int #t2;
final synthesized(core::int, core::int) #1#0 = (1, 2);
#L2:
{
{
if(true) {
#t2 = 1;
break #L2;
}
}
}
} =>#t2);
}