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;
public class A {
void f() { }
public void f() { }
}
// FILE: B.kt
@@ -1,9 +1,10 @@
package test
import javax.swing.JFrame
/* waiting for KT-1725
class KFrame() : JFrame() {
{
val x = this.accessibleContext // make sure field is visible
}
}
*/