When extension functions are used in Java, they're...
# announcements
s
When extension functions are used in Java, they're represented as the method name taking the receiver as a parameter. How can I specify the name of this parameter in Java? Currently it shows up in IntelliJ as
$this$methodName
h
I think you can't
s
Will probably write a compiler plugin for this then