Add KFunction.name, support reflection for function references
#KT-7694 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import kotlin.platform.platformName
|
||||
|
||||
@platformName("Fail")
|
||||
fun OK() {}
|
||||
|
||||
fun box() = ::OK.name
|
||||
Reference in New Issue
Block a user