56a7445660
#KT-32571 Fixed
13 lines
235 B
Plaintext
Vendored
13 lines
235 B
Plaintext
Vendored
// "Create expected class in common module testModule_Common" "true"
|
|
// DISABLE-ERRORS
|
|
|
|
import kotlin.Double as MyDouble
|
|
|
|
typealias MyInt = Int
|
|
|
|
actual class <caret>My {
|
|
fun foo(): MyInt = 42
|
|
|
|
actual val some: MyDouble = 4.0
|
|
}
|