Smart completion: fixed addition of tail chars after true, false and null

This commit is contained in:
Valentin Kipyatkov
2014-05-12 20:48:50 +04:00
parent 0e86e628a3
commit 2d850f41f1
4 changed files with 26 additions and 7 deletions
@@ -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