blob: aa46235a8704b760689d36889727caa5b70fd099 [file] [log] [blame]
library;
import self as self;
static method test(dynamic x) dynamic {
#L1:
{
final synthesized dynamic #0#0 = x;
final const synthesized has-declared-initializer Null #0#2 = #C1;
{
if(!(#0#0 == null) && #0#0 == null) {
{
break #L1;
}
}
}
}
}
constants {
#C1 = null
}