blob: 79cfc8a73d05dd267cd02dec8c6a92c3556a4dc5 [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 = %VERSION_MARKER2%
/*library: languageVersion=%VERSION_MARKER2%*/
foo3() {
print("Hello from foo3!");
}