blob: 625b3c2052dbca6b62369d0c50fe2c5c111bdf78 [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;
{
if(#0#0 is core::int? && (let final core::Object? #t1 = #0#0 as{Unchecked} core::Object? in (#0#0 as{Unchecked} core::Object?) is core::double?)) {
{
break #L1;
}
}
}
}
}