Bound member access vs number base (~) #150
Closed
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
It looks like there's a little conflict between number base (
5~42
= 22) and bound member access (a~b
).LiveScript does not distinguish between the two when it's a number, so
42~toString
juste fails (invalid number toString in base 3 on line 1
).The text was updated successfully, but these errors were encountered: