blob: 49f9a580fd6d4e564ae89f31e670c7ce4ff0dab6 [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 = %TOO_HIGH_VERSION_MARKER%
// @dart = %VERSION_MARKER1%
// If the first language version specified is not a valid language version,
// we default to the most recent one.
/*library: languageVersion=%CURRENT_VERSION_MARKER%*/
main() {}