Files
sdk/pkg/front_end/testcases/incremental/remove_language_version.yaml.world.2.expect
T
Johnni Winther 1eda15854d [cfe] Allow experiments only in current sdk version
Experiments that have not be enabled by default should only be allowed
in the current version of the sdk.

Closes #45460

Change-Id: I159f390ac85fe37943920717ce11a4c817d5b4a9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/193480
Commit-Queue: Johnni Winther <johnniwinther@google.com>
Reviewed-by: Dmitry Stefantsov <dmitryas@google.com>
2021-03-31 15:20:08 +00:00

8 lines
142 B
Plaintext

main = main::main;
library from "org-dartlang-test:///main.dart" as main {
static method main() → dynamic {
dart.core::int? i;
}
}