Skip to content

Commit

Permalink
fix maven build
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Nedzelsky authored and Michael Nedzelsky committed Jun 23, 2015
1 parent 0593b83 commit 7172903
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -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)
Expand Down
Expand Up @@ -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)
}
}
Expand Down

0 comments on commit 7172903

Please sign in to comment.