blob: 8ffc625d7d3dbf80181301208d553798f8cd4d5d [file] [log] [blame]
library /*isNonNullableByDefault*/;
import self as self;
import "dart:_internal" as _in;
static method bad() dynamic {
return let final has-declared-initializer Null #t1 = null in #t1 == null ?{Null} null : let final Never #t2 = (let final Never #t3 = #t1{Never} in throw new _in::ReachabilityError::•("`null` encountered as the result from expression with type `Never`.")){Never}.[](1) in throw new _in::ReachabilityError::•("`null` encountered as the result from expression with type `Never`.");
}
static method main() dynamic {}