6 lines
73 B
Kotlin
Vendored
6 lines
73 B
Kotlin
Vendored
package test
|
|
|
|
import kotlin.platform.*
|
|
|
|
@platformName("bar")
|
|
fun foo() {} |