File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
presentation-compiler/test/dotty/tools/pc/tests/edit Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -1243,7 +1243,6 @@ class AutoImplementAbstractMembersSuite extends BaseCodeActionSuite:
1243
1243
|
1244
1244
|object A {
1245
1245
| trait Base:
1246
- | def foo(x: Int): Int
1247
1246
| def bar(x: String): String
1248
1247
|
1249
1248
| class <<Concrete>>(x: Int, y: String) extends Base:
@@ -1256,13 +1255,10 @@ class AutoImplementAbstractMembersSuite extends BaseCodeActionSuite:
1256
1255
|
1257
1256
|object A {
1258
1257
| trait Base:
1259
- | def foo(x: Int): Int
1260
1258
| def bar(x: String): String
1261
1259
|
1262
1260
| class Concrete(x: Int, y: String) extends Base:
1263
1261
|
1264
- | override def foo(x: Int): Int = ???
1265
- |
1266
1262
| override def bar(x: String): String = ???
1267
1263
|
1268
1264
|
You can’t perform that action at this time.
0 commit comments