[incremental compiler] Cannot compile expression containing extension type #53036
Labels
feature-extension-types
Implementation of the extension type feature
front-end-expression-compilation
legacy-area-front-end
Legacy: Use area-dart-model instead.
Expression compilation of an expression that uses an extension type currently fails to find the extension type (do we need to add an
import self as self
to the synthetic library that is created for expression compilation in the incremental compiler?)Example:
The text was updated successfully, but these errors were encountered: