blob: e657fb0a75c1d5f5a35912bff12659522bd0769a [file] [log] [blame]
/*error: 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: LanguageVersionTooHigh*/
// @dart = 2.9
/*library: languageVersion=2.8*/
foo2() {
print("Hello from foo2!");
}