summaryrefslogblamecommitdiff
path: root/test/files/neg/bug284.scala
blob: a210130102f89a2e6e61bc59d7f5444161a734e2 (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) { }
  }
}