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