Resolution: Resolve primary constructor references to primary constructor
itself if it's explicitly present in PSI
This commit is contained in:
+2
-2
@@ -1,9 +1,9 @@
|
||||
var xxxx = 1
|
||||
|
||||
~SimpleClass~class SimpleClass(x : Int) {
|
||||
~SimpleClass~class SimpleClass~SimpleClass()~(x : Int) {
|
||||
fun foo() = x
|
||||
}
|
||||
|
||||
fun foo() {
|
||||
`SimpleClass`SimpleClass(1).`!`xxxx
|
||||
`SimpleClass()`SimpleClass(1).`!`xxxx
|
||||
}
|
||||
Reference in New Issue
Block a user