blob: a0f4d838c23bbfc34897069282f3373e21c39ce5 [file] [log] [blame]
// 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.
// Explicit version.
// @dart=2.13
part "src/part_of_ex2.13_v_ex2.13.dart";
part "src/part_of_ex2.13_v_ex2.12.dart";
// ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
// [analyzer] COMPILE_TIME_ERROR.INCONSISTENT_LANGUAGE_VERSION_OVERRIDE
// [cfe] The language version override has to be the same in the library and its part(s).
part "src/part_of_ex2.13_v_im2.12.dart";
// ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
// [analyzer] COMPILE_TIME_ERROR.INCONSISTENT_LANGUAGE_VERSION_OVERRIDE
// [cfe] The language version override has to be the same in the library and its part(s).
void main() {
print(x213x213);
}