d7179d929f
otherwise references from java to ktElements won't be treated as references, cause java references resolve to light elements and search can/should be called on ktElements
6 lines
126 B
Kotlin
Vendored
6 lines
126 B
Kotlin
Vendored
// org.jetbrains.kotlin.light.classes.symbol.methods.SymbolLightConstructor
|
|
class FooBar {
|
|
cons<caret>tructor() {
|
|
|
|
}
|
|
} |