89f3cfc704
Also support specifying additional options to javac in codegen tests, which was needed to compile Java sources with the "-parameters" option
6 lines
108 B
Java
Vendored
6 lines
108 B
Java
Vendored
public class J {
|
|
public J(String constructorParam) {}
|
|
|
|
public static void foo(int methodParam) {}
|
|
}
|