blob: 1e3352cc7580aed97aa6517dc0e815aa51a9ce26 [file] [log] [blame]
library /*isNonNullableByDefault*/;
import self as self;
static method test(dynamic x) dynamic {
final dynamic #t1 = x;
if(invalid-expression "Unimplemented NullAssertMatcher.makeCondition") {
dynamic y = #t1;
{}
}
}