aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/pos/spec-t5545/S_1.scala
blob: 59ec1fd851a512aa063e8e3a81395e5a3e5a2b5a (plain) (blame)
1
2
3
4
trait F[@specialized(Int) T1, R] {
  def f(v1: T1): R
  def g = v1 => f(v1)
}