import kotlin.reflect.KClass // "Create function 'checkProperty'" "true" internal object model { val layer = "" } fun main(args: Array) { checkProperty(model.layer::class) } fun checkProperty(kClass: KClass) { TODO("not implemented") //To change body of created functions use File | Settings | File Templates. }