| [#24] | project: compiler | priority: medium | category: bug | |
|---|---|---|---|---|
| submitter | assigned to | status | date submitted | |
| Vincent | Michel | fixed | 2003-06-25 16:42:24.0 | |
| subject | while (b == true) | |||
| code |
object main {
def main(args: Array[String]) = {
val b = true;
while (b == true) { }
}
}
|
|||
| what happened | The compiler raised the following error scalac.ApplicationError: unknown literal: java.lang.Boolean(true) |
|||
| what expected | ||||
| [back to overview] | ||||