Skip to content

Commit

Permalink
boots: Fix remaining temporary class definition
Browse files Browse the repository at this point in the history
  • Loading branch information
dinfuehr committed Nov 6, 2024
1 parent 8ea5d7b commit 44ae187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/boots/bytecode/builder.dora
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ impl BytecodeBuilder {
}
}

class BytecodeLabel &(Int32)
class BytecodeLabel(Int32)

impl BytecodeLabel {
static fn new(): BytecodeLabel {
Expand Down

0 comments on commit 44ae187

Please sign in to comment.