14 lines
222 B
Kotlin
Vendored
14 lines
222 B
Kotlin
Vendored
// PSI_ELEMENT: org.jetbrains.kotlin.psi.KtObjectDeclaration
|
|
// OPTIONS: usages
|
|
|
|
class Foo {
|
|
companion <caret>object {
|
|
fun f() {
|
|
}
|
|
|
|
@JvmStatic fun s() {
|
|
}
|
|
|
|
val CONST = 42
|
|
}
|
|
} |