Files
kotlin-fork/backend.native/tests/link/lib/foo2.kt
T
Alexander Gorshenev 1e87dfeb8b link test
2016-11-21 15:30:08 +04:00

8 lines
57 B
Kotlin

package qwerty
fun foo2(a: Int): Int {
return a
}