13 lines
162 B
Kotlin
Vendored
13 lines
162 B
Kotlin
Vendored
package lib
|
|
|
|
import kotlin.platform.*
|
|
|
|
@platformName("bar")
|
|
fun foo() = "foo"
|
|
|
|
var v: Int = 1
|
|
@platformName("vget")
|
|
get
|
|
@platformName("vset")
|
|
set
|