bcd6a54ffb
`owner` is a PSI element, it can never be an instance of `KtConstructorSymbol` Also, make `MutableCollection` an extension receiver instead of context receiver for the consistency
8 lines
75 B
Kotlin
Vendored
8 lines
75 B
Kotlin
Vendored
class C {
|
|
/**
|
|
* [a<caret>a]
|
|
*/
|
|
constructor(aa: Int){}
|
|
}
|
|
|