Sign in
dart
/
sdk.git
/
refs/heads/main
/
.
/
pkg
/
front_end
/
testcases
/
general
/
bug31124.dart
blob: 033c51af9a66a6c0bb79a6080ebdfc39c5971141 [
file
] [
log
] [
blame
] [
edit
]
// Copyright (c) 2025, 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.
var
a
=
()
=>
'b'
;
a
();