Files
kotlin/compiler/testData/codegen/java8/boxWithJava/reflection/realParameterNames/J.java
Alexander Udalov 89f3cfc704 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
2015-08-28 21:11:01 +03:00

6 lines
108 B
Java
Vendored

public class J {
public J(String constructorParam) {}
public static void foo(int methodParam) {}
}