KT-2122 Code completion after val with space should not add local variable's name (set priority in completion for local variables and parameters)
#KT-2122 fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
val initGlobal = 12
|
||||
|
||||
fun test(initParam : Int) {
|
||||
val initLocal = "Test"
|
||||
<caret>
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
fun main(variables: Array<String>) {
|
||||
val values = ""
|
||||
<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user