Skip to content

Commit

Permalink
Adjusted one test
Browse files Browse the repository at this point in the history
  • Loading branch information
szymon-rd committed Nov 14, 2023
1 parent 2c0528a commit dedd819
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/warn/scala2-t11681.scala
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ trait BadAPI extends InterFace {
// mustn't alter warnings in super
trait PoorClient extends BadAPI {
override def meth(x: Int) = ??? // OK
override def f(a: Int, b: String, c: Double): Int = a + b.toInt + c.toInt
}

class Unusing(u: Int) { // warn
Expand Down

0 comments on commit dedd819

Please sign in to comment.