mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
Support mapping of KType to j.l.reflect.Type
This commit is contained in:
5
compiler/testData/codegen/boxWithJava/reflection/callStaticJavaMethod/J.java
vendored
Normal file
5
compiler/testData/codegen/boxWithJava/reflection/callStaticJavaMethod/J.java
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
public class J {
|
||||
public static String foo(int x, int[] arr, Object[] arr2) {
|
||||
return "" + x + arr[0] + arr2[0];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user