8 lines
133 B
Kotlin
Vendored
8 lines
133 B
Kotlin
Vendored
private val _commonSettingsLazy: A = null = <expr>object : A<Int> {
|
|
override fun x() {}
|
|
}</expr>
|
|
|
|
interface A<T> {
|
|
fun x()
|
|
}
|