Files
kotlin-fork/native/native.tests/testData/framework/objcexport/topLevelManglingA.kt
T
2024-02-05 16:06:34 +00:00

8 lines
131 B
Kotlin
Vendored

package topLevelManglingA
fun foo() = "a1"
val bar = "a2"
fun sameNumber(value: Int) = value
fun sameNumber(value: Long) = value