Added test for KT-2381 Can't resolve references to fields inherited from Java class when used Kotlin class is loaded from bytecode
#KT-2381 obsolete
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
package test;
|
||||
|
||||
public class Super {
|
||||
public int field = 55;
|
||||
private int privateField = 54;
|
||||
public int method() { return 1; }
|
||||
}
|
||||
Reference in New Issue
Block a user