bb808b5620
Moved tests for completion and their test data into module idea-completion
9 lines
140 B
Kotlin
Vendored
9 lines
140 B
Kotlin
Vendored
val v = 1
|
|
|
|
fun foo(inlineOptions(InlineOp<caret>) a: Int) { }
|
|
|
|
// INVOCATION_COUNT: 1
|
|
// EXIST: InlineOption
|
|
// ABSENT: String
|
|
// ABSENT: v
|