Smart completion: fixed addition of tail chars after true, false and null
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
fun foo(b: Boolean){}
|
||||
|
||||
fun bar() {
|
||||
foo(<caret>
|
||||
}
|
||||
|
||||
// ELEMENT: true
|
||||
@@ -0,0 +1,7 @@
|
||||
fun foo(b: Boolean){}
|
||||
|
||||
fun bar() {
|
||||
foo(true)<caret>
|
||||
}
|
||||
|
||||
// ELEMENT: true
|
||||
Reference in New Issue
Block a user