blob: 9f70cb423852913401d4060d8a1de6aaf2af8514 [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/records/record_literal_unsupported.dart:8:3: Error: The 'records' language feature is disabled for this library.
// Try removing the `@dart=` annotation or setting the language version to 3.0 or higher.
// (0, 1);
// ^
// pkg/front_end/testcases/records/record_literal_unsupported.dart:5:1: Context: This is the annotation that opts out this library from the 'records' language feature.
// // @dart=2.12
// ^^^^^^^^^^^^^
//
// pkg/front_end/testcases/records/record_literal_unsupported.dart:9:3: Error: The 'records' language feature is disabled for this library.
// Try removing the `@dart=` annotation or setting the language version to 3.0 or higher.
// (0, b: 1);
// ^
// pkg/front_end/testcases/records/record_literal_unsupported.dart:5:1: Context: This is the annotation that opts out this library from the 'records' language feature.
// // @dart=2.12
// ^^^^^^^^^^^^^
//
// pkg/front_end/testcases/records/record_literal_unsupported.dart:10:3: Error: The 'records' language feature is disabled for this library.
// Try removing the `@dart=` annotation or setting the language version to 3.0 or higher.
// (a: 0, b: 1);
// ^
// pkg/front_end/testcases/records/record_literal_unsupported.dart:5:1: Context: This is the annotation that opts out this library from the 'records' language feature.
// // @dart=2.12
// ^^^^^^^^^^^^^
//
// pkg/front_end/testcases/records/record_literal_unsupported.dart:11:3: Error: The 'records' language feature is disabled for this library.
// Try removing the `@dart=` annotation or setting the language version to 3.0 or higher.
// (a: 0, 1);
// ^
// pkg/front_end/testcases/records/record_literal_unsupported.dart:5:1: Context: This is the annotation that opts out this library from the 'records' language feature.
// // @dart=2.12
// ^^^^^^^^^^^^^
//
// pkg/front_end/testcases/records/record_literal_unsupported.dart:12:3: Error: The 'records' language feature is disabled for this library.
// Try removing the `@dart=` annotation or setting the language version to 3.0 or higher.
// (int, String);
// ^
// pkg/front_end/testcases/records/record_literal_unsupported.dart:5:1: Context: This is the annotation that opts out this library from the 'records' language feature.
// // @dart=2.12
// ^^^^^^^^^^^^^
//
// pkg/front_end/testcases/records/record_literal_unsupported.dart:16:3: Error: The 'records' language feature is disabled for this library.
// Try removing the `@dart=` annotation or setting the language version to 3.0 or higher.
// (a: 0, b: 1, c: 2, d: 3);
// ^
// pkg/front_end/testcases/records/record_literal_unsupported.dart:5:1: Context: This is the annotation that opts out this library from the 'records' language feature.
// // @dart=2.12
// ^^^^^^^^^^^^^
//
// pkg/front_end/testcases/records/record_literal_unsupported.dart:17:3: Error: The 'records' language feature is disabled for this library.
// Try removing the `@dart=` annotation or setting the language version to 3.0 or higher.
// (a: 0, b: 1, d: 2, c: 3);
// ^
// pkg/front_end/testcases/records/record_literal_unsupported.dart:5:1: Context: This is the annotation that opts out this library from the 'records' language feature.
// // @dart=2.12
// ^^^^^^^^^^^^^
//
// pkg/front_end/testcases/records/record_literal_unsupported.dart:18:3: Error: The 'records' language feature is disabled for this library.
// Try removing the `@dart=` annotation or setting the language version to 3.0 or higher.
// (a: 0, d: 1, b: 2, c: 3);
// ^
// pkg/front_end/testcases/records/record_literal_unsupported.dart:5:1: Context: This is the annotation that opts out this library from the 'records' language feature.
// // @dart=2.12
// ^^^^^^^^^^^^^
//
// pkg/front_end/testcases/records/record_literal_unsupported.dart:19:3: Error: The 'records' language feature is disabled for this library.
// Try removing the `@dart=` annotation or setting the language version to 3.0 or higher.
// (d: 0, a: 1, b: 2, c: 3);
// ^
// pkg/front_end/testcases/records/record_literal_unsupported.dart:5:1: Context: This is the annotation that opts out this library from the 'records' language feature.
// // @dart=2.12
// ^^^^^^^^^^^^^
//
// pkg/front_end/testcases/records/record_literal_unsupported.dart:20:3: Error: The 'records' language feature is disabled for this library.
// Try removing the `@dart=` annotation or setting the language version to 3.0 or higher.
// (0, 1, 2, a: 3, b: 4, c: 5);
// ^
// pkg/front_end/testcases/records/record_literal_unsupported.dart:5:1: Context: This is the annotation that opts out this library from the 'records' language feature.
// // @dart=2.12
// ^^^^^^^^^^^^^
//
// pkg/front_end/testcases/records/record_literal_unsupported.dart:21:3: Error: The 'records' language feature is disabled for this library.
// Try removing the `@dart=` annotation or setting the language version to 3.0 or higher.
// (0, 1, a: 2, 3, b: 4, c: 5);
// ^
// pkg/front_end/testcases/records/record_literal_unsupported.dart:5:1: Context: This is the annotation that opts out this library from the 'records' language feature.
// // @dart=2.12
// ^^^^^^^^^^^^^
//
// pkg/front_end/testcases/records/record_literal_unsupported.dart:22:3: Error: The 'records' language feature is disabled for this library.
// Try removing the `@dart=` annotation or setting the language version to 3.0 or higher.
// (0, 1, a: 2, b: 3, 4, c: 5);
// ^
// pkg/front_end/testcases/records/record_literal_unsupported.dart:5:1: Context: This is the annotation that opts out this library from the 'records' language feature.
// // @dart=2.12
// ^^^^^^^^^^^^^
//
// pkg/front_end/testcases/records/record_literal_unsupported.dart:23:3: Error: The 'records' language feature is disabled for this library.
// Try removing the `@dart=` annotation or setting the language version to 3.0 or higher.
// (0, 1, a: 2, b: 3, c: 4, 5);
// ^
// pkg/front_end/testcases/records/record_literal_unsupported.dart:5:1: Context: This is the annotation that opts out this library from the 'records' language feature.
// // @dart=2.12
// ^^^^^^^^^^^^^
//
// pkg/front_end/testcases/records/record_literal_unsupported.dart:24:3: Error: The 'records' language feature is disabled for this library.
// Try removing the `@dart=` annotation or setting the language version to 3.0 or higher.
// (0, a: 1, 2, 3, b: 4, c: 5);
// ^
// pkg/front_end/testcases/records/record_literal_unsupported.dart:5:1: Context: This is the annotation that opts out this library from the 'records' language feature.
// // @dart=2.12
// ^^^^^^^^^^^^^
//
// pkg/front_end/testcases/records/record_literal_unsupported.dart:25:3: Error: The 'records' language feature is disabled for this library.
// Try removing the `@dart=` annotation or setting the language version to 3.0 or higher.
// (a: 0, 1, 2, 3, b: 4, c: 5);
// ^
// pkg/front_end/testcases/records/record_literal_unsupported.dart:5:1: Context: This is the annotation that opts out this library from the 'records' language feature.
// // @dart=2.12
// ^^^^^^^^^^^^^
//
// pkg/front_end/testcases/records/record_literal_unsupported.dart:30:5: Error: The 'records' language feature is disabled for this library.
// Try removing the `@dart=` annotation or setting the language version to 3.0 or higher.
// (a: this, 0);
// ^
// pkg/front_end/testcases/records/record_literal_unsupported.dart:5:1: Context: This is the annotation that opts out this library from the 'records' language feature.
// // @dart=2.12
// ^^^^^^^^^^^^^
//
import self as self;
import "dart:core" as core;
class Class extends core::Object {
synthetic constructor •() self::Class
: super core::Object::•()
;
method method() dynamic {
invalid-expression "This requires the experimental 'records' language feature to be enabled.";
}
}
static method method() dynamic {
invalid-expression "This requires the experimental 'records' language feature to be enabled.";
invalid-expression "This requires the experimental 'records' language feature to be enabled.";
invalid-expression "This requires the experimental 'records' language feature to be enabled.";
let final core::int #t1 = 0 in invalid-expression "This requires the experimental 'records' language feature to be enabled.";
invalid-expression "This requires the experimental 'records' language feature to be enabled.";
}
static method sorting() dynamic {
invalid-expression "This requires the experimental 'records' language feature to be enabled.";
let final core::int #t2 = 0 in let final core::int #t3 = 1 in let final core::int #t4 = 2 in invalid-expression "This requires the experimental 'records' language feature to be enabled.";
let final core::int #t5 = 0 in let final core::int #t6 = 1 in let final core::int #t7 = 2 in invalid-expression "This requires the experimental 'records' language feature to be enabled.";
let final core::int #t8 = 0 in let final core::int #t9 = 1 in let final core::int #t10 = 2 in invalid-expression "This requires the experimental 'records' language feature to be enabled.";
invalid-expression "This requires the experimental 'records' language feature to be enabled.";
let final core::int #t11 = 0 in let final core::int #t12 = 1 in let final core::int #t13 = 2 in invalid-expression "This requires the experimental 'records' language feature to be enabled.";
let final core::int #t14 = 0 in let final core::int #t15 = 1 in let final core::int #t16 = 2 in let final core::int #t17 = 3 in invalid-expression "This requires the experimental 'records' language feature to be enabled.";
let final core::int #t18 = 0 in let final core::int #t19 = 1 in let final core::int #t20 = 2 in let final core::int #t21 = 3 in let final core::int #t22 = 4 in invalid-expression "This requires the experimental 'records' language feature to be enabled.";
let final core::int #t23 = 0 in let final core::int #t24 = 1 in let final core::int #t25 = 2 in invalid-expression "This requires the experimental 'records' language feature to be enabled.";
let final core::int #t26 = 0 in let final core::int #t27 = 1 in let final core::int #t28 = 2 in invalid-expression "This requires the experimental 'records' language feature to be enabled.";
}