blob: 5ffa7598ba612080fd6c1c02dc19faf2533994d1 [file] [log] [blame]
library /*isNonNullableByDefault*/;
import self as self;
import "dart:_internal" as _in;
import "dart:core" as core;
static method foo(Null x) dynamic {
self::bar(let final Never #t1 = x! in throw new _in::ReachabilityError::•("`null` encountered as the result from expression with type `Never`."));
}
static method bar(core::int y) dynamic {}
static method main() dynamic {}