aboutsummaryrefslogblamecommitdiff
path: root/tests/pos/t3160.scala
blob: cc007dc0148fe8a7f6f2291f49497953393e24a4 (plain) (tree)
1
2
3
4
5
6





                                 
import scala.collection.mutable._
class Node

class A {
  def f(x: Node): Node = ???
}