We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0a9213 commit 3088455Copy full SHA for 3088455
src/NQP/SymbolTable.pm
@@ -161,7 +161,7 @@ class NQP::SymbolTable is HLL::Compiler::SerializationContextBuilder {
161
$setup_call.push(PAST::Val.new( :value($repr), :named('repr') ));
162
}
163
self.add_event(:deserialize_past(
164
- self.set_slot_past($slot, self.set_cur_sc($setup_call))));
+ self.add_object_to_cur_sc_past($slot, $setup_call)));
165
166
# Result is just the object.
167
return $mo;
0 commit comments