[KLIB] Fix KotlinIrLinker API implementation
(cherry picked from commit 1297315d71319010b15dea7d15f646209025fccf)
This commit is contained in:
committed by
Vasily Levchenko
parent
cf317cb890
commit
1f33b27839
+1
-1
@@ -64,7 +64,7 @@ class KonanIrLinker(
|
||||
|
||||
override fun checkAccessibility(declarationDescriptor: DeclarationDescriptor) = true
|
||||
|
||||
override fun handleNoModuleDeserializerFound(key: UniqId): DeserializationState {
|
||||
override fun handleNoModuleDeserializerFound(key: UniqId): DeserializationState<*> {
|
||||
return globalDeserializationState
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user