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