summaryrefslogblamecommitdiff
path: root/test/files/pos/t3160.scala
blob: 3309ece160ce7aa5fd81f6b78ebea82b19ce440a (plain) (tree)
1
2
3
4
5
6





                                 
import scala.collection.mutable._
import scala.xml._

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