blob: fb9ef2dfd76761ef64e70c3acdd6c49d91c05d1d [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(#C1 =={core::num::==}{(core::Object) core::bool} #0#0 || !(#0#0 == null) && #C2 =={core::num::==}{(core::Object) → core::bool} #0#0) {
{
break #L1;
}
}
}
}
}
constants {
#C1 = 1
#C2 = 2
}