aboutsummaryrefslogblamecommitdiff
path: root/tests/new/michel6.scala
blob: b32e8bed75a1f3085430a4bbc6b15dc51d2ab95c (plain) (tree)
1
2
3
4
5
6





                           
object M {
   def f(x: Int): Unit = {}

   def g(): Int => Unit =
     if (0 == 0) f else g()
 }