#KT-1598 fixed Wrong completion after "as" in imports
This commit is contained in:
@@ -0,0 +1 @@
|
||||
import kotlin.util <caret>// Comment to prevent for removing trailing spaces
|
||||
@@ -0,0 +1 @@
|
||||
import kotlin.util as // Comment to prevent for removing trailing spaces
|
||||
@@ -0,0 +1,5 @@
|
||||
package test
|
||||
|
||||
import java.util.AbstractSet as Hello
|
||||
|
||||
<caret>// Comment to prevent for removing trailing spaces
|
||||
@@ -0,0 +1,5 @@
|
||||
package test
|
||||
|
||||
import java.util.AbstractSet as Hello
|
||||
|
||||
public // Comment to prevent for removing trailing spaces
|
||||
Reference in New Issue
Block a user