Files
kotlin-fork/compiler/testData/compileKotlinAgainstKotlin/PlatformNames.A.kt
T

11 lines
121 B
Kotlin
Vendored

package lib
@JvmName("bar")
fun foo() = "foo"
var v: Int = 1
@JvmName("vget")
get
@JvmName("vset")
set