6 lines
99 B
Kotlin
Vendored
6 lines
99 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
class C {
|
|
companion object {
|
|
const val <caret>CONST = 1
|
|
}
|
|
} |