summaryrefslogblamecommitdiff
path: root/test/pos/bug93.scala
blob: f3441fe9c3a13cb6b1a453876269a042115d3960 (plain) (tree)
1
2
3
4



                                                      
object Bug {
  def f(def cond: Boolean) = while (cond == false) {};
  // no bug with "false == cond"
}