Sign in
dart
/
sdk.git
/
a304e5b156a9f33943d88e451d65275fc1b065a0
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
instantiate_to_bounds_invoke_constructor_no_bound.dart.weak.outline.expect
blob: 8de3b7d7219f0cef9a02af41bef18c6016b7f6f1 [
file
] [
log
] [
blame
]
library test
/*isNonNullableByDefault*/
;
import
self
as
self
;
import
"dart:core"
as
core
;
class
C
<
T
extends
core
::
Object
?
=
dynamic
>
extends
core
::
Object
{
synthetic constructor
•()
→
self
::
C
<
self
::
C
::
T
%>
;
}
static
method main
()
→
dynamic
;