aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/t284-pos.scala
blob: 40277e2db2336e87f0ddaacb89ed27b058b406b6 (plain) (blame)
1
2
3
4
5
trait B[T] {
    def f1(a: T): Unit { }
    def f2(a: T): Unit
    def f3(a: T): Unit = { }
}