025771460c
^KT-61259
8 lines
131 B
Kotlin
Vendored
8 lines
131 B
Kotlin
Vendored
package topLevelManglingA
|
|
|
|
fun foo() = "a1"
|
|
val bar = "a2"
|
|
|
|
fun sameNumber(value: Int) = value
|
|
fun sameNumber(value: Long) = value
|