Closed
Description
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.