test fix
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
*/
|
||||
Reference in New Issue
Block a user