6 lines
169 B
Kotlin
Vendored
6 lines
169 B
Kotlin
Vendored
// "Create expected function in common module testModule_Common" "true"
|
|
// DISABLE-ERRORS
|
|
|
|
actual typealias SomeString = String
|
|
|
|
actual fun <caret>foo(): SomeString = "" |