Files
kotlin-fork/compiler/testData/codegen/boxWithStdlib/reflection/functions/platformName.kt
T
2015-07-10 20:10:07 +03:00

7 lines
94 B
Kotlin
Vendored

import kotlin.platform.platformName
@platformName("Fail")
fun OK() {}
fun box() = ::OK.name