3394097f47
To test production resolveToFirSymbol entry point ^KT-57850
8 lines
113 B
Kotlin
8 lines
113 B
Kotlin
fun resolve<caret>Me() {
|
|
receive(withGetter)
|
|
}
|
|
|
|
fun receive(value: Int){}
|
|
|
|
val withGetter: Int
|
|
get() = 42 |