Sign in
dart
/
sdk.git
/
cd65076031d67dde752af5a4b8fe0224f9d2b5fb
/
.
/
pkg
/
front_end
/
testcases
/
inference_new
/
switch.dart.textual_outline_modelled.expect
blob: 910735298ed6d7f6d6c0ae072ec788a96702d0bd [
file
] [
log
] [
blame
]
library test
;
T f
<
T
>()
=>
null
;
class
C
<
T
>
{
const
C
();
}
main
()
{}
void
test
(
C
<int>
x
)
{}