3394097f47
To test production resolveToFirSymbol entry point ^KT-57850
5 lines
72 B
Kotlin
5 lines
72 B
Kotlin
fun resolve<caret>Me() {
|
|
receive(property)
|
|
}
|
|
|
|
val property: Int = 10 |