Join Slack
Powered by
in any case, I was trying to figure out how to do ...
# getting-started
b
bj0
08/17/2016, 8:28 PM
in any case, I was trying to figure out how to do this: You can reference a method
String::toCharArray
, but if you assign the class reference
val c = String::class
, how do you get a reference to
c::toCharArray
? What if the function is on the companion object (static function)?
Open in Slack
Previous
Next