Minor: fix caret behaviour in arg template test

#KT-29398 Fixed
This commit is contained in:
Toshiaki Kameyama
2019-02-27 17:49:42 +03:00
committed by Nikolay Krasko
parent 29d32b213e
commit 0acecb4936
3 changed files with 14 additions and 4 deletions
+1
View File
@@ -1,3 +1,4 @@
// TEMPLATE: \tfunctionCall\t
fun foo(s: String) {
s.arg<caret>
}
+2 -1
View File
@@ -1,3 +1,4 @@
// TEMPLATE: \tfunctionCall\t
fun foo(s: String) {
(s<caret>)
functionCall(s<caret>)
}