fix KT-9441 Unable to Access Internal Classes from Test Code within Same Module

#KT-9441 Fixed
This commit is contained in:
Michael Nedzelsky
2015-10-23 12:48:11 +03:00
parent 395c0f12b1
commit 190bab099c
16 changed files with 325 additions and 12 deletions
@@ -52,7 +52,6 @@ public class K2JVMCompilerArguments extends CommonCompilerArguments {
public String moduleName;
// Advanced options
@Argument(value = "Xno-call-assertions", description = "Don't generate not-null assertion after each invocation of method returning not-null")
public boolean noCallAssertions;
@@ -65,6 +64,9 @@ public class K2JVMCompilerArguments extends CommonCompilerArguments {
@Argument(value = "Xreport-perf", description = "Report detailed performance statistics")
public boolean reportPerf;
// Paths to output directories for friend modules.
public String[] friendPaths;
@Override
@NotNull
public String executableScriptFileName() {