library /*isLegacy*/; | |
// | |
// Problems in library: | |
// | |
// pkg/front_end/testcases/general/future_or_null.dart:5:1: Error: Library doesn't support null safety. | |
// // @dart=2.6 | |
// ^^^^^^^^^^^^ | |
// | |
import self as self; | |
import "dart:async"; | |
static get foo() → FutureOr<Null>* | |
return null; | |
static method main() → dynamic {} |