// "Create expected function in common module testModule_Common" "true" // SHOULD_FAIL_WITH: You cannot create the expect declaration from:,fun foo() = "" // DISABLE-ERRORS typealias SomeString = String actual fun foo(): SomeString = ""