Sign in
dart
/
sdk.git
/
c79dbacc3cac22b983ab8293d177d1cc4d968b95
/
.
/
pkg
/
front_end
/
testcases
/
nnbd
/
issue41697b.dart.textual_outline.expect
blob: bb7a9cfa70b5512706e9b2e513e2ab8d22f55108 [
file
] [
log
] [
blame
]
test1
<
S
extends
num
>(
S s
)
{}
test2
<
S
extends
num
?>(
S s
)
{}
test3
<
S
extends
int
>(
S s
)
{}
test4
<
S
extends
int
?>(
S s
)
{}
main
()
{}