Is there a way to get the name of a variable and p...
# kotlin-native
e
Is there a way to get the name of a variable and print it out or store it as a string?
s
::variable.name maybe?
Aah local variables are not supported - https://youtrack.jetbrains.com/issue/KT-16303