"x".upper.replace("y")
throws "Method 'method_replace' not found"
#113
Labels
bug
Something isn't working
By design, this issue points to an inconsistency, as the first method isn't called, and holds a reference to the method call.
This fails:
This works:
Such a case should only appear when the #17
*deref
-operator is being used.The text was updated successfully, but these errors were encountered: