blob: c25ce4238d730c0735c414e603e0148f5d85eb4f [file] [log] [blame]
library;
import self as self;
static method test(dynamic x) dynamic {
#L1:
{
final synthesized dynamic #0#0 = x;
{
if(!(#0#0 == null) && #0#0 == null) {
{
break #L1;
}
}
}
}
}