Join Slack
Communities
Powered by
I'm looking for a way to discover the type of an i...
# announcements
b
bruce
08/24/2017, 4:57 PM
I'm looking for a way to discover the type of an identifier, including (for example) whether it is nullable. I've gotten this far:
Copy code
val s = "Hello" println(s::class)
but that doesn't tell me everything. Pointers appreciated.
2
Views
Open in Slack
Previous
Next