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