5 lines
151 B
Kotlin
Vendored
5 lines
151 B
Kotlin
Vendored
class Outer { inner class Inner }
|
|
fun test() {
|
|
val x = object : <!UNRESOLVED_REFERENCE{LT}!><!UNRESOLVED_REFERENCE{PSI}!>Outer.Inner<!>()<!> { }
|
|
}
|