blob: 9f223cab73c4b3926f231ad98d9e9e1b6f40bf06 [file] [log] [blame]
// Copyright (c) 2024, 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.
test() {
void _() {}
int _(int x) => x;
print(_);
}