blob: 71af191c435c19b0c2a35a9b0e7c45e7ec044043 [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(!(#0#0 == null) ?{core::bool} #0#0 == null : false) {
{
break #L1;
}
}
}
}
}