3549e1e035
#KT-7694 Fixed
7 lines
94 B
Kotlin
Vendored
7 lines
94 B
Kotlin
Vendored
import kotlin.platform.platformName
|
|
|
|
@platformName("Fail")
|
|
fun OK() {}
|
|
|
|
fun box() = ::OK.name
|