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