Explicit extension invocation allows null-aware member access #39325
Labels
legacy-area-front-end
Legacy: Use area-dart-model instead.
P1
A high priority bug; for example, a single project is unusable or has many test failures
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
According to the Static Extension specification
In fact, there are no compile-time errors to use null-aware member access on explicit extensions
The code above produces no issues in analyzer and no errors at runtime
dartanalyzer version 2.7.0-dev.0.0
Dart VM version: 2.7.0-dev.0.0 (Tue Nov 5 12:57:33 2019 +0100) on "windows_x64"
The text was updated successfully, but these errors were encountered: