232d340118
May fix KT-21113
7 lines
91 B
Kotlin
Vendored
7 lines
91 B
Kotlin
Vendored
// !CHECK_HIGHLIGHTING
|
|
|
|
actual class WithCompanion {
|
|
actual companion object {
|
|
|
|
}
|
|
} |