Add KFunction.name, support reflection for function references
#KT-7694 Fixed
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
fun box(): String {
|
||||
fun OK() {}
|
||||
|
||||
return ::OK.name
|
||||
}
|
||||
Reference in New Issue
Block a user