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(inlineOptions(<caret>) { }
|
|
|
|
// INVOCATION_COUNT: 1
|
|
// EXIST: InlineOption
|
|
// EXIST: String
|
|
// EXIST: v
|