blob: dd810fc16a94d8603041e05651c41be138741ed8 [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.
/*error: errors=LanguageVersionTooHigh*/
// @dart = %TOO_HIGH_VERSION_MARKER%
/*library: languageVersion=%CURRENT_VERSION_MARKER%*/
foo2() {
print("Hello from foo2!");
}