2277dcc76f
#KT-27075 Fixed
6 lines
166 B
Kotlin
Vendored
6 lines
166 B
Kotlin
Vendored
// "Create expected function in common module testModule_Common" "true"
|
|
// DISABLE-ERRORS
|
|
|
|
actual class My {
|
|
actual fun <caret>foo(param: String) = param.length
|
|
} |