Change to function invocation fix: use parentheses in string template

#KT-5071 Fixed
This commit is contained in:
Toshiaki Kameyama
2018-10-23 13:11:54 +03:00
committed by Mikhail Glukhikh
parent 3c75d46328
commit 9c18e24de5
13 changed files with 106 additions and 5 deletions
@@ -0,0 +1,6 @@
// "Change to function invocation" "true"
fun foo() {}
fun test(){
"$foo<caret>"
}