Sign in
dart
/
sdk
/
04e11b83c00d0673bb06a021a541e3820ef2d29e
/
.
/
pkg
/
front_end
/
testcases
/
general
/
bug31124.dart
blob: 033c51af9a66a6c0bb79a6080ebdfc39c5971141 [
file
] [
log
] [
blame
]
// 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
();