This commit is contained in:
Svetlana Isakova
2012-04-04 19:02:14 +04:00
parent c321ffe39b
commit 0ec24f5e3d
2 changed files with 3 additions and 2 deletions
@@ -2,7 +2,7 @@
package aa; package aa;
public class A { public class A {
void f() { } public void f() { }
} }
// FILE: B.kt // FILE: B.kt
@@ -1,9 +1,10 @@
package test package test
import javax.swing.JFrame import javax.swing.JFrame
/* waiting for KT-1725
class KFrame() : JFrame() { class KFrame() : JFrame() {
{ {
val x = this.accessibleContext // make sure field is visible val x = this.accessibleContext // make sure field is visible
} }
} }
*/