realization LazyClassReceiverParameterDescriptor
This commit is contained in:
+3
@@ -106,6 +106,9 @@ internal class CodeGeneratorVisitor(val context: Context) : IrElementVisitorVoid
|
|||||||
return generator.load(variable!!, tmpVariableName)
|
return generator.load(variable!!, tmpVariableName)
|
||||||
}
|
}
|
||||||
is LazyClassReceiverParameterDescriptor -> {
|
is LazyClassReceiverParameterDescriptor -> {
|
||||||
|
if (value.descriptor.name.asString() == "<this>") {
|
||||||
|
return generator.load(generator.thisVariable(), tmpVariableName)
|
||||||
|
}
|
||||||
TODO()
|
TODO()
|
||||||
}
|
}
|
||||||
else -> {
|
else -> {
|
||||||
|
|||||||
Reference in New Issue
Block a user