Change to function invocation fix: use parentheses in string template
#KT-5071 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
3c75d46328
commit
9c18e24de5
+6
@@ -0,0 +1,6 @@
|
||||
// "Change to function invocation" "true"
|
||||
fun foo() {}
|
||||
|
||||
fun test(){
|
||||
"$foo<caret>"
|
||||
}
|
||||
Reference in New Issue
Block a user