DEBSOURCES
Skip Quicknav
sources / scala / 2.11.12-6 / test / files / pos / t5413.scala
123456789
object Fail { def nom (guard : => Boolean) (something : => Unit) { } def main(args: Array[String]) { nom { val i = 0 (i != 3) }() } }