blob: 136fcf95616cec13ca3f22be556ed90050b6d494 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
static method test(dynamic x) dynamic {
{
final synthesized dynamic #0#0 = x;
{
final hoisted core::int y;
if(#0#0 is core::int) {
y = #0#0{core::int};
{}
}
}
}
}