Fix typo
(cherry picked from commit 043ce0e6e7154459475fc4fdab84e1c0a4bbc5e0)
This commit is contained in:
committed by
Vasily Levchenko
parent
d7d2a1cb94
commit
a031d4876a
+1
-1
@@ -53,7 +53,7 @@ object KonanFakeOverrideClassFilter : PlatformFakeOverrideClassFilter {
|
|||||||
|
|
||||||
internal class KonanIrLinker(
|
internal class KonanIrLinker(
|
||||||
private val currentModule: ModuleDescriptor,
|
private val currentModule: ModuleDescriptor,
|
||||||
override val functionalInteraceFactory: IrAbstractFunctionFactory,
|
override val functionalInterfaceFactory: IrAbstractFunctionFactory,
|
||||||
logger: LoggingContext,
|
logger: LoggingContext,
|
||||||
builtIns: IrBuiltIns,
|
builtIns: IrBuiltIns,
|
||||||
symbolTable: SymbolTable,
|
symbolTable: SymbolTable,
|
||||||
|
|||||||
Reference in New Issue
Block a user