97df0a0902
now it should work for non-source declarations
17 lines
332 B
Kotlin
Vendored
17 lines
332 B
Kotlin
Vendored
class X {
|
|
fun foo() {
|
|
class U {
|
|
inner class K {
|
|
inner class D {
|
|
fun check() {
|
|
class F {
|
|
inner class L
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class T
|
|
}
|
|
}
|
|
} |