[Inline classes] Report error on implements non-inline class #51564
Labels
legacy-area-front-end
Legacy: Use area-dart-model instead.
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
Consider the following:
This fails to compile with:
If we remove the inline keyword then the program compiles as expected.
I'm wondering, is this a limitation of inline classes or is the experiment just not ready yet?
The text was updated successfully, but these errors were encountered: