summaryrefslogblamecommitdiff
path: root/test/files/neg/bug284.scala
blob: c1817466b572e479c9ba606245f1da4b1c576197 (plain) (tree)
1
2
3
4
5
6





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