mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
(cherry picked from commit 604e8d6330da7de1639e34ffcdbd82adfd4d0190) IJ-CR-168804 GitOrigin-RevId: 4560d04dc66e8ce5cc285e337837b8336d7ab923
14 lines
183 B
Kotlin
14 lines
183 B
Kotlin
class Foo<T> {
|
|
|
|
inner class Bar<U> {
|
|
|
|
inner class Baz<V>(private val foo: T) {
|
|
|
|
init {
|
|
fo<caret>
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
// EXIST: foo |