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:
@@ -0,0 +1,4 @@
|
||||
package test
|
||||
|
||||
public class InheritJavaField(): Super() {
|
||||
}
|
||||
Reference in New Issue
Block a user