fix bad merge, sorry

This commit is contained in:
Dmitry Jemerov
2012-06-06 13:52:53 +02:00
parent 6b84f5d31a
commit 98c9569216
@@ -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));
}