705a081919
#KT-5214 Fixed
13 lines
165 B
Kotlin
13 lines
165 B
Kotlin
package lib
|
|
|
|
import kotlin.platform.*
|
|
|
|
[platformName("bar")]
|
|
fun foo() = "foo"
|
|
|
|
var v: Int = 1
|
|
[platformName("vget")]
|
|
get
|
|
[platformName("vset")]
|
|
set
|