7 lines
96 B
Kotlin
Vendored
7 lines
96 B
Kotlin
Vendored
// DISABLE-ERRORS
|
|
|
|
expect class WithCompanion {
|
|
companion object {
|
|
fun foo()
|
|
}
|
|
} |