Use Java 7+ diamond operator in compiler modules
This commit is contained in:
@@ -32,7 +32,7 @@ public abstract class CompilerSmokeTestBase extends KotlinIntegrationTestBase {
|
||||
}
|
||||
|
||||
protected int runCompiler(String logName, String... arguments) throws Exception {
|
||||
Collection<String> javaArgs = new ArrayList<String>();
|
||||
Collection<String> javaArgs = new ArrayList<>();
|
||||
|
||||
javaArgs.add("-cp");
|
||||
javaArgs.add(StringsKt.join(Arrays.asList(
|
||||
|
||||
Reference in New Issue
Block a user