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:
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 |
You can’t perform that action at this time.
0 commit comments