8 lines
145 B
Plaintext
8 lines
145 B
Plaintext
import java.lang.annotation.ElementType
|
|
|
|
fun foo(){
|
|
val e : java.lang.annotation.ElementType = ElementType.FIELD<caret>
|
|
}
|
|
|
|
// ELEMENT: FIELD
|