This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
cannot extend Java static member class that implements containing interface in Ceylon #6373
Labels
Milestone
For extension only, the typechecker incorrectly considers a
static class
to be a member of its containingclass
orinterface
if the static class extends or implements its containing class or interface.In Java:
in Ceylon:
Note that in other regards, the static class
C
is not considered a member. For example,C
can be given astatic
method which can be invoked directly without problems.The text was updated successfully, but these errors were encountered: