summaryrefslogtreecommitdiff
path: root/test-nsc/files/pos/test2.scala
blob: fe36d07f1bbe91713f07c14817360b3d307d5089 (plain) (blame)
1
2
3
4
5
import scala._;
object test2 {
  def f(x: Int): Int = 'a';
  def g(x: Int) = f(f(x));
}