Join Slack
Communities
Powered by
How can I invoke the 2nd signature of this method ...
# announcements
s
Sola
03/18/2019, 4:17 PM
How can I invoke the 2nd signature of this method instead of the 1st one? (It keeps matching the 1st one in picture I attached)
d
diesieben07
03/18/2019, 4:23 PM
String::class.java as Class<String>?
should work
s
Sola
03/18/2019, 4:25 PM
@diesieben07
That works. Thanks! 😀
Open in Slack
Previous
Next