boojay icon indicating copy to clipboard operation
boojay copied to clipboard

String Addition not overloaded

Open JamesCaska opened this issue 10 years ago • 0 comments

a = "ONE " + "TWO"

generates a compiler error:

C:\Users\James\Projects\Boogie\boojay\src\Boojay.Boogie\TestBoo.boo(9,18): BCE0055: Internal compiler error: bindingFor(node) failed to match System.String op_Addition(System.String, System.String).

JamesCaska avatar Sep 21 '14 14:09 JamesCaska