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




                                                 
object Test {
  def precise0(y: x.type)(x: String): Unit = {}
  def precise1(x: String, y: x.type): Unit = {}
  def precise2[T <: y.type](y: String): Unit = {}
}