10 lines
123 B
Kotlin
Vendored
10 lines
123 B
Kotlin
Vendored
import java.lang.annotation.Inherited
|
|
|
|
class A {
|
|
companion object {
|
|
@Inh<caret>
|
|
}
|
|
}
|
|
|
|
// ELEMENT: Inherited
|