blob: 429fe93546a2fc046072ebc92178e6dbd2245b4c [file] [log] [blame]
library /*isLegacy*/;
//
// Problems in library:
//
// pkg/front_end/testcases/general/null_safety_invalid_experiment_and_language_version.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_and_language_version.dart:4: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
;