6 lines
205 B
Plaintext
Vendored
6 lines
205 B
Plaintext
Vendored
// "Create expected class in common module testModule_Common" "true"
|
|
// DISABLE-ERRORS
|
|
|
|
actual class My actual constructor(actual val a: Int, b: String) {
|
|
actual fun foo(param: String) = param.length
|
|
} |