blob: 46a64edbf71a8a1f2ea65077adb82dccd1474e90 [file] [log] [blame]
// 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 = 3.5
// If no valid language version is specified, we default to the most reason one.
// In the tests this is hard-coded to 2.8.
/*library: languageVersion=2.8*/
main() {}