blob: 1cdbbe0ab3c2f475d956a21df1517dab545cd4cf [file] [log] [blame]
// 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.
test() {
void f() {}
print(void f() {});
}