blob: 7f2d9c97fbac061e5d2f763aef6a2f5d5cd1271d [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
static method test(dynamic x) dynamic {
const core::int y = #C1;
#L1:
{
final synthesized dynamic #0#0 = x;
final const synthesized core::int #0#2 = #C1;
{
if(!(#0#0 == null) && #C1 =={core::num::==}{(core::Object) → core::bool} #0#0) {
{
break #L1;
}
}
}
}
}
constants {
#C1 = 1
}