Code Insight: Support file path references inside of Kotlin string literals

#KT-11704 Fixed
This commit is contained in:
Alexey Sedunov
2016-04-11 19:42:13 +03:00
parent 6a309bdb4e
commit 4a65b1c65c
26 changed files with 128 additions and 21 deletions
@@ -0,0 +1,8 @@
// NUMBER: 3
// EXIST: foo.txt
// EXIST: bar.txt
// EXIST: FileRefInStringLiteralNoPrefix.kt
fun foo() {
val s = "<caret>"
}