Skip to content

Regression: scala fails to extend a Java class #15199

Closed
@rcano

Description

@rcano

Compiler version

3.1.+ all the way to 3.1.3RC

Minimized code

class MyTabbedPaneUI extends javax.swing.plaf.metal.MetalTabbedPaneUI {}

Output

bridge generated for member object TabbedPaneLayoutMetalTabbedPaneUI.this.TabbedPaneLayout in class MetalTabbedPaneUI
which overrides object TabbedPaneLayoutBasicTabbedPaneUI.this.TabbedPaneLayout in class BasicTabbedPaneUI
clashes with definition of the member itself; both have erased type MetalTabbedPaneUI.this.TabbedPaneLayout."

Expectation

It should compile.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions