blob: e3de4525fe844760851a500b69e043a5c156bfd1 [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.
// @dart = 2.7
/*library: languageVersion=2.7*/
foo3() {
print("Hello from foo3!");
}