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