Skip to content

Commit dedd819

Browse files
committed
Adjusted one test
1 parent 2c0528a commit dedd819

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/warn/scala2-t11681.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ trait BadAPI extends InterFace {
4747
// mustn't alter warnings in super
4848
trait PoorClient extends BadAPI {
4949
override def meth(x: Int) = ??? // OK
50-
override def f(a: Int, b: String, c: Double): Int = a + b.toInt + c.toInt
5150
}
5251

5352
class Unusing(u: Int) { // warn

0 commit comments

Comments
 (0)