VM complains about extends/implements clauses that the user didn't write. #35016
Labels
area-front-end
Use area-front-end for front end / CFE / kernel format related issues.
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
Example:
This program gives the error message:
There is no implements clause in the program. There is an implicit super-interface for the mixin,
class M$Super implements C, Object {}
, but that has no extends clause.The spec required error for writing the same type as both a super-class and an implements class, or twice as an implements class, should not trigger unless the user wrote the clause.
No other platform gives this error.
The text was updated successfully, but these errors were encountered: