Sign in
dart
/
sdk.git
/
75cf999566f9cf97ef471609a6b51fab6f998511
/
.
/
pkg
/
front_end
/
testcases
/
patterns
/
exhaustiveness
/
issue2878_example3.dart.strong.outline.expect
blob: a90a10e2fcf245f94ccb56642d5c406e08b30e7b [
file
] [
log
] [
blame
]
library
;
import
self
as
self
;
import
"dart:core"
as
core
;
static
method main
()
→
void
;
static
method subs
<
A
extends
core
::
Object
?
=
dynamic
>(
core
::
List
<
self
::
subs
::
A
%>
list
)
→
core
::
List
<
core
::
List
<
self
::
subs
::
A
%>>
;