8 lines
156 B
Plaintext
Vendored
8 lines
156 B
Plaintext
Vendored
// "Create expected class in common module testModule_Common" "true"
|
|
// DISABLE-ERRORS
|
|
|
|
interface Some
|
|
|
|
actual class A {
|
|
fun <caret>a(): Some = TODO()
|
|
} |