blob: 639c6b5667a2dc2a66d5119b865e10416949cae5 [file] [log] [blame]
library /*isLegacy*/;
//
// Problems in library:
//
// pkg/front_end/testcases/general/null_safety_invalid_experiment.dart:5:1: Error: Library doesn't support null safety.
// // @dart=2.9
// ^^^^^^^^^^^^
//
// pkg/front_end/testcases/general/null_safety_invalid_experiment.dart:7:4: Error: Null safety is disabled for this library.
// Try removing the `@dart=` annotation or setting the language version to 2.12 or higher.
// int? i;
// ^
// pkg/front_end/testcases/general/null_safety_invalid_experiment.dart:5:1: Context: This is the annotation that opts out this library from null safety features.
// // @dart=2.9
// ^^^^^^^^^^^^
//
import self as self;
import "dart:core" as core;
static field core::int* i;
static method main() dynamic {}