d9c4fda521
^KTIJ-22324 fixed
12 lines
109 B
Kotlin
Vendored
12 lines
109 B
Kotlin
Vendored
// TODO
|
|
// UNRESOLVED_REFERENCE
|
|
|
|
|
|
class C {
|
|
/**
|
|
* [a<caret>a]
|
|
*/
|
|
constructor(aa: Int){}
|
|
}
|
|
|