3c85da7778
Change-Id: I2fc393cbb7a9111f4c09db6a2a7a202eeb88992c Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/142996 Reviewed-by: Alexander Markov <alexmarkov@google.com> Reviewed-by: Paul Berry <paulberry@google.com> Reviewed-by: Jens Johansen <jensj@google.com>
12 lines
471 B
Dart
12 lines
471 B
Dart
// Copyright (c) 2020, 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.
|
|
|
|
// NOTE: THIS FILE IS GENERATED. DO NOT EDIT.
|
|
//
|
|
// Instead modify 'tools/experimental_features.yaml' and run
|
|
// 'pkg/front_end/tool/fasta generate-experimental-flags' to update.
|
|
|
|
int defaultLanguageVersionMajor = 2;
|
|
int defaultLanguageVersionMinor = 9;
|