fcd0168381
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)
8 lines
129 B
Kotlin
Vendored
8 lines
129 B
Kotlin
Vendored
// NUMBER: 3
|
|
// EXIST: foo.txt
|
|
// EXIST: bar.txt
|
|
// EXIST: FileRefInStringLiteralNoPrefix.kt
|
|
|
|
fun foo() {
|
|
val s = "<caret>"
|
|
} |