Sign in
dart
/
sdk
/
stable
/
.
/
pkg
/
front_end
/
testcases
/
general
/
arrow_function.dart
blob: 53febb8b6b7ede1f59db6c8db30c1bd5c7ab60a5 [
file
]
// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
main
<
T
>()
=>
()
=>
T
;