2277dcc76f
#KT-27075 Fixed
4 lines
173 B
Kotlin
Vendored
4 lines
173 B
Kotlin
Vendored
// "Create expected annotation class in common module testModule_Common" "true"
|
|
// DISABLE-ERRORS
|
|
|
|
actual annotation class <caret>My(actual val x: Int, actual val y: Double) |