Skip to content

Commit

Permalink
adjust test
Browse files Browse the repository at this point in the history
  • Loading branch information
kasiaMarek committed Jun 10, 2024
1 parent a4c7e4a commit 14cab73
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1261,10 +1261,10 @@ class AutoImplementAbstractMembersSuite extends BaseCodeActionSuite:
|
| class Concrete(x: Int, y: String) extends Base:
|
| override def foo(x: Int): Int = ???
|
| override def bar(x: String): String = ???
|
| override def foo(x: Int): Int = ???
|
|
| end Concrete
|
Expand Down

0 comments on commit 14cab73

Please # to comment.