fix maven build

This commit is contained in:
Michael Nedzelsky
2015-06-24 01:35:25 +03:00
parent 0593b833b5
commit 71729031c1
2 changed files with 2 additions and 2 deletions
@@ -51,7 +51,7 @@ import java.util.concurrent.TimeUnit
import kotlin.platform.platformStatic
SuppressWarnings("UseOfSystemOutOrSystemErr")
public class K2JVMCompiler : CLICompiler<K2JVMCompilerArguments>() {
public open class K2JVMCompiler : CLICompiler<K2JVMCompilerArguments>() {
override fun doExecute(arguments: K2JVMCompilerArguments, services: Services, messageCollector: MessageCollector, rootDisposable: Disposable): ExitCode {
val messageSeverityCollector = MessageSeverityCollector(messageCollector)
@@ -180,7 +180,7 @@ class NoInternalVisibilityInStdLibTest {
}
is PackageViewDescriptor -> {
sink.reportValidatedPackage(DescriptorUtils.getFqName(descriptor).toSafe())
descriptor.getMemberScope().getAllDescriptors().forEach {
descriptor.memberScope.getAllDescriptors().forEach {
validateDescriptor(module, it, sink)
}
}