Files
kotlin-fork/plugins/jvm-abi-gen/testData/compile/topLevel/lib/utils.kt
T
2018-12-11 22:48:53 +03:00

6 lines
111 B
Kotlin
Vendored

package lib
val prop: Int = 1
fun func(): Int = 2
inline fun inlineFunc(): Int = 3
const val constant: Int = 4