Files
Roman Golyshev 642591770e [FIR] Calculate lazy initializers in properties with backing fields
More tests should be added in the future
2021-09-15 18:33:43 +00:00

9 lines
105 B
Kotlin
Vendored

fun resolveMe() {
receive(property)
}
val property: Int
field: Int = 10
fun receive(s: Int) {}