Code Insight: Support file path references inside of Kotlin string literals
#KT-11704 Fixed
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
fun foo() {
|
||||
val s = "fo<caret>something"
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
// Empty file to satisfy test framework requirements
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
fun foo() {
|
||||
val s = "foo.txt"
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
fun foo() {
|
||||
val s = "fo<caret>something"
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
// Empty file to satisfy test framework requirements
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
fun foo() {
|
||||
val s = "foo.txt"
|
||||
}
|
||||
Reference in New Issue
Block a user