Skip to content

Commit a782184

Browse files
committed
adjust test
1 parent a4c7e4a commit a782184

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

presentation-compiler/test/dotty/tools/pc/tests/edit/AutoImplementAbstractMembersSuite.scala

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1243,7 +1243,6 @@ class AutoImplementAbstractMembersSuite extends BaseCodeActionSuite:
12431243
|
12441244
|object A {
12451245
| trait Base:
1246-
| def foo(x: Int): Int
12471246
| def bar(x: String): String
12481247
|
12491248
| class <<Concrete>>(x: Int, y: String) extends Base:
@@ -1256,13 +1255,10 @@ class AutoImplementAbstractMembersSuite extends BaseCodeActionSuite:
12561255
|
12571256
|object A {
12581257
| trait Base:
1259-
| def foo(x: Int): Int
12601258
| def bar(x: String): String
12611259
|
12621260
| class Concrete(x: Int, y: String) extends Base:
12631261
|
1264-
| override def foo(x: Int): Int = ???
1265-
|
12661262
| override def bar(x: String): String = ???
12671263
|
12681264
|

0 commit comments

Comments
 (0)