KT-6608 Code completion does not work after $ in string literals
KT-5070 Add braces when complete function in string templates #KT-6608 Fixed #KT-5070 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
fun foo(param: String) {
|
||||
val s = "$<caret>"
|
||||
}
|
||||
|
||||
// EXIST: foo
|
||||
// EXIST: param
|
||||
@@ -0,0 +1,6 @@
|
||||
fun foo(param: String) {
|
||||
val s = "${<caret>}"
|
||||
}
|
||||
|
||||
// EXIST: foo
|
||||
// EXIST: param
|
||||
Reference in New Issue
Block a user