Try loading PSI from descriptor in OtherOrigin constructor
To simplify several call sites
This commit is contained in:
@@ -134,7 +134,7 @@ public class ConstructorCodegen {
|
||||
ConstructorContext constructorContext = context.intoConstructor(constructorDescriptor, typeMapper);
|
||||
|
||||
functionCodegen.generateMethod(
|
||||
JvmDeclarationOriginKt.OtherOrigin(constructor, constructorDescriptor),
|
||||
JvmDeclarationOriginKt.OtherOrigin(constructorDescriptor),
|
||||
constructorDescriptor, constructorContext,
|
||||
new FunctionGenerationStrategy.CodegenBased(state) {
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user