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