Is there any way to get the name of a parameter as...
# reflect
e
Is there any way to get the name of a parameter as
String
? e.g.
Copy code
fun add(a: Int, b: Int) {
  println("${a::name} is $a") // a is 5
}
s
e
Thanks, sent an upvote on the issue
a