Auto-import fix should suggest declarations that cannot be used in this position
This also should fix KT-9122 Assertion error when psi modified from IDE #KT-9122 Fixed
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
// "class org.jetbrains.kotlin.idea.quickfix.AutoImportFix" "false"
|
||||
// ERROR: Unresolved reference: infix
|
||||
package x
|
||||
|
||||
object infix {
|
||||
fun invoke() {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
fun x() {
|
||||
"" <caret>infix ""
|
||||
}
|
||||
Reference in New Issue
Block a user