aboutsummaryrefslogblamecommitdiff
path: root/tests/untried/neg/t284.scala
blob: b04fe33c976be931a054c857edd83398bd0b48e9 (plain) (tree)
1
2
3
4
5




                          
trait B[T] {
  def f1(a: T): Unit { }
  def f2(a: T): Unit
  def f3(a: T): Unit = { }
}