<@U4686K1L2> Yup, can confirm , this seems to be a...
# getting-started
r
@vicpinm Yup, can confirm , this seems to be a bug. Even when using function reference notation, this:
Copy code
"Hi".oldMethod(::print)
gets replaced by this:
Copy code
"Hi"
::print
newMethod
Which is definitely not correct. You should file a bug in the issue tracker