blob: a2fd43efffd38bcb279534abf8aab7ff07bb5bbe [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/general/null_safety_invalid_experiment.dart:5:4: Error: This requires the null safety language feature, which is experimental.
// You can enable the experiment using the '--enable-experiment=non-nullable' command line option.
// int? i;
// ^
//
import self as self;
import "dart:core" as core;
static field core::int? i;
static method main() dynamic {}