Aladdin - Scala Bugtracking
[#1286] project: compiler priority: high category: bug
submitter assigned to status date submitted
Sean Burak fixed 2007-08-23 08:13:01.0
subject anon functions in guards not compiled right
code
object Main {
  def main(args : Array[String]) : Unit = {
    (None:Option[Boolean]) match {
    case x if x.map(x => x).get =>
    }
  }

what happened
On run, NoClassDef error
what expected
[back to overview]
Changes of this bug report
Burak  edited on  2007-08-23 11:15:25.0