Sign in
dart
/
sdk.git
/
a304e5b156a9f33943d88e451d65275fc1b065a0
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
generic_methods_basic_downward_inference.dart.textual_outline.expect
blob: adb7f53f5ba7b927066c80fd491aa03c9dfdd54e [
file
] [
log
] [
blame
]
library test
;
T f
<
S
,
T
>(
S s
)
=>
throw
''
;
test
()
{}