blob: e98af15b200f5208d0c91a16aeb9b3f328f751bc [file] [log] [blame]
library /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
static method main() void {
core::int d = 1;
core::bool x = false;
#L1:
{
final synthesized core::int #0#0 = d;
{
if(#C1 =={core::num::==}{(core::Object) core::bool} #0#0 && (x = true)) {
{
core::print("OK!");
}
}
}
}
}
constants {
#C1 = 1
}