Code Insight: Support file path references inside of Kotlin string literals
#KT-11704 Fixed
This commit is contained in:
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
// NUMBER: 1
|
||||
// EXIST: foo.txt
|
||||
|
||||
fun foo() {
|
||||
val s = "fo<caret>"
|
||||
}
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
// NUMBER: 3
|
||||
// EXIST: foo.txt
|
||||
// EXIST: bar.txt
|
||||
// EXIST: FileRefInStringLiteralNoPrefix.kt
|
||||
|
||||
fun foo() {
|
||||
val s = "<caret>"
|
||||
}
|
||||
Reference in New Issue
Block a user