Closed rherrmannr closed 5 years ago
Current behavior: Using shift operations results NPE
Related code:
package test22; import platforms.xdk110; var x:stdlib.uint8; fn fun() { x = 5 << 1; }
Some console output:
BinaryExpression not implemented for <<
Current behavior: Using shift operations results NPE
Related code:
Some console output: