blob: a4160848b4be7bb6db91e8d3bb7f4bdf396643bb [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;
{
final hoisted core::int y;
if(let final dynamic #t1 = #0#0! in #0#0! is core::int && (let final dynamic #t2 = y = #0#0! as{Unchecked} core::int in true)) {
{
break #L1;
}
}
}
}
}