Files
kotlin-fork/idea/testData/findUsages/unresolvedAnnotation/Server.kt
T

3 lines
49 B
Kotlin

open class <caret>Foo {
vv open val foo = 1
}