Files
kotlin-fork/idea/idea-completion/testData/basic/multifile/FileRefInStringLiteralNoPrefix/FileRefInStringLiteralNoPrefix.kt
T
Roman Golyshev fcd0168381 Refactor AbstractHighLevelMultiFileJvmBasicCompletionTest
Use `KotlinFixtureCompletionBaseTestCase` base because it can override
`getProjectDescriptor`, so the tests will see full JDK

Without it, there were problems when classes from JDK appeared in the
completion (`Serialization`, for example)
2021-04-13 11:40:18 +00:00

8 lines
129 B
Kotlin
Vendored

// NUMBER: 3
// EXIST: foo.txt
// EXIST: bar.txt
// EXIST: FileRefInStringLiteralNoPrefix.kt
fun foo() {
val s = "<caret>"
}