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