bb808b5620
Moved tests for completion and their test data into module idea-completion
9 lines
122 B
Kotlin
Vendored
9 lines
122 B
Kotlin
Vendored
val v = 1
|
|
|
|
fun foo([volatile i<caret>) { }
|
|
|
|
// INVOCATION_COUNT: 0
|
|
// EXIST: inlineOptions
|
|
// ABSENT: String
|
|
// ABSENT: v
|