Join Slack
Powered by
One of my classes implicitly inherited the method ...
# announcements
d
dzaitsev
03/28/2017, 8:47 PM
One of my classes implicitly inherited the method
apply(lambda: SomeSAMInterface)
. Is there a way to tell the compiler that when I call
myObj.apply { … }
, I actually mean the ext function from standard library?
Open in Slack
Previous
Next