Skip to content

Commit 509ee04

Browse files
committed
Fix an attribute access that was wrong, caught by the in-progress undeclared attribute detection.
1 parent cdae853 commit 509ee04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HLL/SerializationContextBuilder.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ class HLL::Compiler::SerializationContextBuilder {
389389

390390
# Gets the built serialization context.
391391
method sc() {
392-
@!sc
392+
$!sc
393393
}
394394

395395
# Generates a series of PAST operations that will build this context if

0 commit comments

Comments
 (0)