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