Sign in
dart
/
sdk.git
/
f860b70c98d03b454eb0ad2fba70e4e2c9641a6f
/
.
/
pkg
/
front_end
/
testcases
/
nonfunction_type_aliases
/
unaliased_bounds_checks_in_constructor_calls.dart.textual_outline.expect
blob: 048066bf81c8d44578e50f8fdaaf28c11ddc2509 [
file
] [
log
] [
blame
]
class
C
<
X
>
{}
typedef
A
<
X
extends
num
,
Y
>
=
C
<
X
>;
foo
()
{}
main
()
{}