This repository was archived by the owner on Feb 22, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
dynamic calls on some operators seems broken? #502
Labels
Comments
The problem appears to be that the static type on parenthesized expressions is not updated by inserting reified coercions. We should also make boolean conversions explicit and lighter weight. e.g. rather than relying on
have something like
|
+1! :) |
rakudrama
added a commit
that referenced
this issue
Apr 29, 2016
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The following Dart:
generates this:
which, at runtime, triggers:
It's fine if
inRange
parameters are typed.The text was updated successfully, but these errors were encountered: