mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
Additional tests on reflection for Java methods
This commit is contained in:
3
compiler/testData/codegen/boxWithJava/reflection/referenceToJavaFieldOfKotlinSubclass/J.java
vendored
Normal file
3
compiler/testData/codegen/boxWithJava/reflection/referenceToJavaFieldOfKotlinSubclass/J.java
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
public class J extends K {
|
||||
public final int value = 42;
|
||||
}
|
||||
Reference in New Issue
Block a user