FIR IDE: Fix import of properties; also fix bug in alreadyHasImport
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
// FIR_COMPARISON
|
||||
package first
|
||||
|
||||
import second.extensionProp
|
||||
|
||||
fun foo() {
|
||||
"".extensi<caret>
|
||||
}
|
||||
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
package second
|
||||
|
||||
val String.extensionProp: Int
|
||||
get() = 1
|
||||
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
// FIR_COMPARISON
|
||||
package first
|
||||
|
||||
import second.extensionProp
|
||||
|
||||
fun foo() {
|
||||
"".extensionProp<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user