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




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