Skip to content

Complete tests for "17.21.3 Superinvocations" #2117

Closed
@sgrekhov

Description

@sgrekhov

We have no tests covering the case when

abstract class A { 
  void m(); 
}

abstract class B extends A { 
  void n() { 
    super.m();  // The method 'm' is always abstract in the supertype. • abstract_super_member_reference
  }
}

Possibly there are other missing cases as well

Metadata

Metadata

Assignees

Labels

type-enhancementA request for a change that isn't a bug

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions