blob: df7c06c972ebeb1ca9bc82ad5abb01de9612cb5a [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 core::int #t2 = y = #0#0! as{Unchecked} core::int in true)) {
{
break #L1;
}
}
}
}
}