bb808b5620
Moved tests for completion and their test data into module idea-completion
8 lines
130 B
Kotlin
Vendored
8 lines
130 B
Kotlin
Vendored
package test
|
|
|
|
fun main(args: Array<String>) {
|
|
EnumTest.E<caret>
|
|
}
|
|
|
|
// EXIST: ENTRY1, ENTRY2
|
|
// ABSENT: EnumTest, EAnotherClass |