6 lines
87 B
Kotlin
6 lines
87 B
Kotlin
fun foo(){
|
|
val e : java.lang.annotation.ElementType = <caret>
|
|
}
|
|
|
|
// ELEMENT: FIELD
|