Make AnalyzerFacade an abstract class instead of interface

Seems to workaround some compiler bug
This commit is contained in:
Pavel V. Talanov
2015-08-06 18:03:14 +03:00
parent 72710c0318
commit 6c48c29bf9
3 changed files with 5 additions and 5 deletions
@@ -41,7 +41,7 @@ public class JvmPlatformParameters(
) : PlatformAnalysisParameters
public object JvmAnalyzerFacade : AnalyzerFacade<JvmPlatformParameters> {
public object JvmAnalyzerFacade : AnalyzerFacade<JvmPlatformParameters>() {
override fun <M : ModuleInfo> createResolverForModule(
moduleInfo: M,
moduleDescriptor: ModuleDescriptorImpl,