12 lines
199 B
Plaintext
Vendored
12 lines
199 B
Plaintext
Vendored
// "Create expected class in common module testModule_Common" "true"
|
|
// DISABLE-ERRORS
|
|
|
|
interface Some
|
|
|
|
actual class A {
|
|
val a: Some
|
|
|
|
constructor(a: Some, b: Int) {
|
|
this.a = a
|
|
}
|
|
} |