| [#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] | ||||
| Burak edited on 2007-08-23 11:15:25.0 |