6 lines
152 B
Kotlin
Vendored
6 lines
152 B
Kotlin
Vendored
// "Create expected function in common module testModule_Common" "true"
|
|
// DISABLE-ERRORS
|
|
|
|
actual class Some
|
|
|
|
actual fun <caret>foo(some: List<Some>) {} |