`bar(::foo)` is an unresolved reference however, r...
# announcements
j
bar(::foo)
is an unresolved reference however, receievr type mismatch
k
Hmm, I thought the compiler did some autocasting around function references with receivers.
Actually
bar(Int::foo)
works for me.
I'm not sure the autocasting behaviour is documented anywhere, the devs have mentioned it a couple of times in this Slack already.
j
Nice, ty!