Minor: fix caret behaviour in arg template test
#KT-29398 Fixed
This commit is contained in:
committed by
Nikolay Krasko
parent
29d32b213e
commit
0acecb4936
+1
@@ -1,3 +1,4 @@
|
||||
// TEMPLATE: \tfunctionCall\t
|
||||
fun foo(s: String) {
|
||||
s.arg<caret>
|
||||
}
|
||||
+2
-1
@@ -1,3 +1,4 @@
|
||||
// TEMPLATE: \tfunctionCall\t
|
||||
fun foo(s: String) {
|
||||
(s<caret>)
|
||||
functionCall(s<caret>)
|
||||
}
|
||||
Reference in New Issue
Block a user