blob: ef19f1d7d78b475ae5db1474c9458bc9b308fb35 [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 = 2.9
/*library: languageVersion=2.8*/
foo2() {
print("Hello from foo2!");
}