We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4c7e4a commit a782184Copy full SHA for a782184
presentation-compiler/test/dotty/tools/pc/tests/edit/AutoImplementAbstractMembersSuite.scala
@@ -1243,7 +1243,6 @@ class AutoImplementAbstractMembersSuite extends BaseCodeActionSuite:
1243
|
1244
|object A {
1245
| trait Base:
1246
- | def foo(x: Int): Int
1247
| def bar(x: String): String
1248
1249
| class <<Concrete>>(x: Int, y: String) extends Base:
@@ -1256,13 +1255,10 @@ class AutoImplementAbstractMembersSuite extends BaseCodeActionSuite:
1256
1255
1257
1258
1259
1260
1261
1262
| class Concrete(x: Int, y: String) extends Base:
1263
1264
- | override def foo(x: Int): Int = ???
1265
- |
1266
| override def bar(x: String): String = ???
1267
1268
0 commit comments