dewildte
08/25/2023, 8:02 PM::functionReference.name
?
More details in the 🧵dewildte
08/25/2023, 8:03 PMclass MyClass {
fun myFunction() {
...
Log.d("${::myFunction.name)})
}
}
What would be a problem with this?dewildte
08/25/2023, 8:06 PMephemient
08/26/2023, 12:28 AMSam
08/26/2023, 8:51 AM