| 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 | |
| } |