blob: d22f67ce30893c0d0de69553c1de86860e41f9bf [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
static method f(dynamic x) void {
#L1:
{
final synthesized dynamic #0#0 = x;
final const synthesized core::int #0#1 = #C1;
{
if(#C1 =={core::num::==}{(core::Object) core::bool} #0#0 && true) {
{
break #L1;
}
}
}
}
}
constants {
#C1 = 0
}