blob: 5c4ca7090954a54442c4ab7c967e537f5933b86b [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;
}
}
}
}
}