blob: ecc1b2d32e7c7942e4b38fe76d15d2d3224b3019 [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(let final dynamic #t1 = #0#0! in #C1 =={core::String::==}{(core::Object) → core::bool} #0#0!) {
{
break #L1;
}
}
}
}
}
constants {
#C1 = "x"
}