blob: 832417fe03785611ba04a83142b75c8aae10e163 [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: errors=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() {}