// "Create expected class in common module testModule_Common" "true" // DISABLE-ERRORS actual class My(val a: Int) { fun foo(param: String) = param.length actual constructor(): this(42) }