5 lines
65 B
Kotlin
5 lines
65 B
Kotlin
fun resolveMe() {
|
|
receive(property)
|
|
}
|
|
|
|
val property: Int = 10 |