Sign in
dart
/
sdk.git
/
refs/tags/2.14.0-347.0.dev
/
.
/
pkg
/
front_end
/
testcases
/
general
/
arrow_function.dart.weak.expect
blob: 964b0b40b00dfaf31be52ca9b84834accb44fe52 [
file
] [
log
] [
blame
]
library
;
import
self
as
self
;
import
"dart:core"
as
core
;
static
method main
<
T
extends
core
::
Object
*
=
dynamic
>()
→
dynamic
return
()
→
core
::
Type
*
=>
self
::
main
::
T
*;