bb808b5620
Moved tests for completion and their test data into module idea-completion
8 lines
145 B
Plaintext
Vendored
8 lines
145 B
Plaintext
Vendored
import java.lang.annotation.ElementType
|
|
|
|
fun foo(){
|
|
val e : java.lang.annotation.ElementType = ElementType.FIELD<caret>
|
|
}
|
|
|
|
// ELEMENT: FIELD
|