Aladdin - Scala Bugtracking
[#512] project: compiler priority: medium category: bug
submitter assigned to status date submitted
Sean Martin fixed 2006-01-11 20:26:37.0
subject semicolon inference broken for boolean infix operators
code
package test;
class Foo {
    val xxx = something ||
        something_else;
}
what happened
fails with "missing arguments for method ||"
what expected should be accepted. Works if + is used instead of ||.
[back to overview]
Changes of this bug report
Martin  edited on  2006-01-20 18:35:15.0