blob: 09e1abf55001b67b9e1959251424afd6226cd60b [file] [log] [blame]
/*error: errors=LanguageVersionTooHigh*/
// Copyright (c) 2019, 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.
// @dart = 2.7
/*library: languageVersion=2.7*/
foo3() {
print("Hello from foo3!");
}