642591770e
More tests should be added in the future
9 lines
105 B
Kotlin
Vendored
9 lines
105 B
Kotlin
Vendored
fun resolveMe() {
|
|
receive(property)
|
|
}
|
|
|
|
val property: Int
|
|
field: Int = 10
|
|
|
|
fun receive(s: Int) {}
|