summaryrefslogblamecommitdiff
path: root/test/files/pos/test2.scala
blob: 0dcc16ffab381b57fc4cd3117bfe080d360fd52e (plain) (tree)
1
2
3
4
5



                           
 
import scala._;
object test2 {
  def f(x: Int): Int = 'a';
  def g(x: Int) = f(f(x));
}