d9c4fda521
^KTIJ-22324 fixed
12 lines
102 B
Kotlin
Vendored
12 lines
102 B
Kotlin
Vendored
// FILE: a.kt
|
|
/**
|
|
* [b.B.X<caret>X]
|
|
*/
|
|
fun x() {}
|
|
|
|
// FILE: b.kt
|
|
package b
|
|
|
|
class B {
|
|
class XX
|
|
} |