33e6a85a2d
We exclude testData pattern from copyright scope
8 lines
130 B
Kotlin
Vendored
8 lines
130 B
Kotlin
Vendored
private val resolve<caret>Me: A = null = <expr>object : A<Int> {
|
|
override fun x() {}
|
|
}</expr>
|
|
|
|
interface A<T> {
|
|
fun x()
|
|
}
|