Sign in
dart
/
sdk.git
/
refs/tags/2.14.0-209.0.dev
/
.
/
pkg
/
front_end
/
testcases
/
nnbd
/
simple_never.dart.weak.outline.expect
blob: d0b42482c7b8c5ecf086280d88865ca3329003d0 [
file
] [
log
] [
blame
]
library
/*isNonNullableByDefault*/
;
import
self
as
self
;
static
method foo
()
→
Never
;
static
method bar
()
→
Never
?
;
static
method main
()
→
dynamic
;