Sign in
dart
/
sdk.git
/
c79dbacc3cac22b983ab8293d177d1cc4d968b95
/
.
/
pkg
/
front_end
/
testcases
/
nnbd_mixed
/
bounds_from_opt_in.dart.textual_outline_modelled.expect
blob: 822162674926585e3edaf5e36b1cd60ece56ad18 [
file
] [
log
] [
blame
]
// @dart = 2.6
import
'bounds_from_opt_in_lib.dart'
;
class
LegacyClass
<
T
extends
Null
>
extends
Class
<
T
>
{
method
<
T
extends
Null
>()
{}
}
main
()
{}
test
()
{}