mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
Support parameter names for Java 8 classes in reflection
Also support specifying additional options to javac in codegen tests, which was needed to compile Java sources with the "-parameters" option
This commit is contained in:
5
compiler/testData/codegen/java8/boxWithJava/reflection/realParameterNames/J.java
vendored
Normal file
5
compiler/testData/codegen/java8/boxWithJava/reflection/realParameterNames/J.java
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
public class J {
|
||||
public J(String constructorParam) {}
|
||||
|
||||
public static void foo(int methodParam) {}
|
||||
}
|
||||
Reference in New Issue
Block a user