| [#1093] | project: compiler | priority: low | category: bug | |
|---|---|---|---|---|
| submitter | assigned to | status | date submitted | |
| Burak | Burak | fixed | 2007-05-09 15:54:44.0 | |
| subject | [contrib #460] Exhaustiveness check doesn't handle alternation | |||
| code |
Some(3) match { case Some(1 | 2) => 1; case Some(3) => 2 } |
|||
| what happened | |
|||
| what expected | Compiles and returns 2. | |||
| [back to overview] | ||||
| Burak edited on 2007-05-09 15:55:19.0 |