blob: 52d003031310c04675e77da17f8c8e03f4ec23c0 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
static method test(dynamic x) dynamic {
#L1:
{
final synthesized dynamic #0#0 = x;
{
hoisted core::Object y;
if(let final core::Object #t1 = #0#0 in let final core::Object #t2 = y = #0#0 in true) {
{
break #L1;
}
}
}
}
}