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,5 @@
fun foo() {
val s = "idea/testData/resolve/references/<caret>fileRefInStringLiteral.Data.java"
}
// REF: /src/<test dir>/resolve/references.fileRefInStringLiteral.Data.java