mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 00:21:28 +00:00
8 lines
168 B
Kotlin
Vendored
8 lines
168 B
Kotlin
Vendored
// "Create function 'checkProperty'" "true"
|
|
internal object model {
|
|
val layer = ""
|
|
}
|
|
|
|
fun main(args: Array<String>) {
|
|
<caret>checkProperty(model.layer::class)
|
|
} |