4 lines
172 B
Kotlin
Vendored
4 lines
172 B
Kotlin
Vendored
// "Create expected class in common module testModule_Common" "true"
|
|
// DISABLE-ERRORS
|
|
|
|
actual data class <caret>My actual constructor(actual val x: Int, actual val y: Int) |