KT-2472: Wrong "multiple implementations inherited" diagnostics for JFrame.
Check whether member is visible when creating fake overrides. #KT-2472 Fixed
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
package test
|
||||
|
||||
import javax.swing.JFrame
|
||||
/* waiting for KT-1725
|
||||
|
||||
class KFrame() : JFrame() {
|
||||
{
|
||||
val x = this.accessibleContext // make sure field is visible
|
||||
}
|
||||
}
|
||||
*/
|
||||
Reference in New Issue
Block a user