When doing a method inference, can I somehow fix t...
# getting-started
j
When doing a method inference, can I somehow fix this?
grafik.png
a
Not very sure if its the syntax should be as following below
message.channel::send{}
j
nah thats not what I want you can call this method later with invoke() but the problem is I don't get the method reference because of this error
l
If you are using the latest kotlin you should be able to take advantage of disambiguation through type signature: https://discuss.kotlinlang.org/t/function-reference-to-overloaded-functions/6066