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

8 lines
56 B
Kotlin

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