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