8b7c7dbe25
Related to KT-27075
8 lines
191 B
Kotlin
Vendored
8 lines
191 B
Kotlin
Vendored
// "Create expected class in common module testModule_Common" "true"
|
|
// DISABLE-ERRORS
|
|
|
|
actual class <caret>Some {
|
|
actual companion object {
|
|
actual fun createMe() = Some()
|
|
}
|
|
} |