Closed
Description
The compile [exe|aot-snapshot] commands appear to rely on the automatic detection of null safety from the kernel file as a result when the Dart VM is switched to sound null safety by default these commands do not work when used with --no-sound-null-safety
dart compile exe --no-sound-null-safety hello.dart
would fail