d9c4fda521
^KTIJ-22324 fixed
17 lines
228 B
Kotlin
Vendored
17 lines
228 B
Kotlin
Vendored
// COMPILATION_ERRORS
|
|
fun f() {
|
|
class C {
|
|
class X {
|
|
class YY {
|
|
fun aa() {}
|
|
}
|
|
}
|
|
|
|
/**
|
|
* [X.YY.a<caret>a]
|
|
*/
|
|
fun g() {
|
|
|
|
}
|
|
}
|
|
} |