blob: 42bd15729cbdb73d734278f160d3007bf9242d4e [file] [log] [blame]
library;
import self as self;
static method test(dynamic x) dynamic {
#L1:
{
final synthesized dynamic #0#0 = x;
{
hoisted dynamic y;
if(let final dynamic #t1 = y = #0#0 in true) {
{
break #L1;
}
}
}
}
}