3394097f47
To test production resolveToFirSymbol entry point ^KT-57850
8 lines
130 B
Kotlin
8 lines
130 B
Kotlin
private val resolve<caret>Me: A = null = <expr>object : A<Int> {
|
|
override fun x() {}
|
|
}</expr>
|
|
|
|
interface A<T> {
|
|
fun x()
|
|
}
|