3394097f47
To test production resolveToFirSymbol entry point ^KT-57850
4 lines
67 B
Kotlin
4 lines
67 B
Kotlin
class X {
|
|
var x: Int = 2
|
|
set(resolve<caret>Me) = Unit
|
|
} |