Fix KT-1639: extend JFrame

#KT-1639 Fixed
This commit is contained in:
Stepan Koltsov
2012-03-24 20:36:43 +04:00
parent b51805c84d
commit 8ad5db5bd9
3 changed files with 51 additions and 22 deletions
@@ -0,0 +1,9 @@
package test
import javax.swing.JFrame
class KFrame() : JFrame() {
{
val x = this.accessibleContext // make sure field is visible
}
}