Sign in
dart
/
sdk.git
/
4dbfce19bd54aa7848f3ef626b598f743c39b4b1
/
.
/
pkg
/
front_end
/
testcases
/
arrow_function.dart.strong.transformed.expect
blob: 4cea2f2101e68024c34d50522b7eaa856df6fa95 [
file
] [
log
] [
blame
]
library
;
import
self
as
self
;
import
"dart:core"
as
core
;
static
method main
<
T
extends
core
::
Object
>()
→
dynamic
return
()
→
core
::
Type
=>
self
::
main
::
T
;