Fix KT-1639: extend JFrame
#KT-1639 Fixed
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package test
|
||||
|
||||
import javax.swing.JFrame
|
||||
|
||||
class KFrame() : JFrame() {
|
||||
{
|
||||
val x = this.accessibleContext // make sure field is visible
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user