blob: 32f26ecc2bf8432441efa3a56a36ef811f6fca2c [file] [log] [blame]
main = main::main;
library from "org-dartlang-test:///main.dart" as main {
//
// Problems in library:
//
// org-dartlang-test:///main.dart:3:6: Error: Null safety features are disabled for this library.
// Try removing the `@dart=` annotation or setting the language version to 2.12 or higher.
// int? i;
// ^
// org-dartlang-test:///main.dart:1:1: Context: This is the annotation that opts out this library from null safety features.
// // @dart=2.9
// ^^^^^^^^^^^^
//
static method main() dynamic {
dart.core::int? i;
}
}