Skip to content

Commit

Permalink
Fix one more test
Browse files Browse the repository at this point in the history
---
Signed-off-by: Michael Ferguson <[email protected]>
  • Loading branch information
mppf committed Jul 20, 2023
1 parent ebe4ee0 commit 45d48f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Foo {
}
}

class Bar : Foo {
class Bar : Foo(?) {
var x: int;

proc init(xVal) {
Expand Down

0 comments on commit 45d48f8

Please sign in to comment.