Sign in
dart
/
sdk.git
/
f860b70c98d03b454eb0ad2fba70e4e2c9641a6f
/
.
/
pkg
/
front_end
/
testcases
/
constructor_tearoffs
/
call_instantiation.dart.textual_outline.expect
blob: 26c075fda291082510cfbbd62c1007d4000aee59 [
file
] [
log
] [
blame
]
T func
<
T
>(
T value
)
=>
value
;
var
funcValue
=
func
;
int
Function
(
int
)
f
=
funcValue
.
call
;
main
()
{}