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