fix bad merge, sorry
This commit is contained in:
@@ -130,6 +130,7 @@ public class NamespaceCodegen {
|
|||||||
if(descriptor.getReceiverParameter().exists()) {
|
if(descriptor.getReceiverParameter().exists()) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
codegen.genToJVMStack(initializer);
|
||||||
StackValue.Property propValue = codegen.intermediateValueForProperty(descriptor, true, null);
|
StackValue.Property propValue = codegen.intermediateValueForProperty(descriptor, true, null);
|
||||||
propValue.store(propValue.type, new InstructionAdapter(mv));
|
propValue.store(propValue.type, new InstructionAdapter(mv));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user