Files
wren/test/number/bitwise_lsh_operand_not_num.wren
T

2 lines
68 B
Plaintext
Raw Normal View History

2015-02-16 11:30:15 +01:00
1 << false // expect runtime error: Right operand must be a number.