9 lines
166 B
Kotlin
Vendored
9 lines
166 B
Kotlin
Vendored
// DO_NOT_CHECK_NON_PSI_SYMBOL_RESTORE
|
|
private val _commonSettingsLazy: A = null = ob<caret>ject : A<Int> {
|
|
override fun x() {}
|
|
}
|
|
|
|
interface A<T> {
|
|
fun x()
|
|
}
|