Sign in
dart
/
sdk
/
4478af72395c30a6413312b143e9b57e3430399f
/
.
/
pkg
/
front_end
/
testcases
/
general_nnbd_opt_out
/
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
*;