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