Sign in
dart
/
sdk
/
refs/heads/main
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
conditional_upwards_inference.dart.strong.outline.expect
blob: 726de629de24b44e71692a34357b98ad4cf1c9bc [
file
] [
log
] [
blame
] [
edit
]
library test
;
import
self
as
self
;
import
"dart:core"
as
core
;
class
C
<
T
extends
core
::
Object
?
=
dynamic
>
extends
core
::
Object
{
constructor
•(
core
::
List
<
self
::
C
::
T
%>
x
)
→
self
::
C
<
self
::
C
::
T
%>
;
}
static
method main
()
→
dynamic
;