bb808b5620
Moved tests for completion and their test data into module idea-completion
11 lines
153 B
Kotlin
Vendored
11 lines
153 B
Kotlin
Vendored
package foo
|
|
|
|
class TestKotlin
|
|
|
|
val test = Test<caret>
|
|
|
|
// EXIST: TestKotlin
|
|
// EXIST: TestGroovyNormal
|
|
// EXIST: TestGroovyScript
|
|
// INVOCATION_COUNT: 2
|