Files
kotlin-fork/idea/testData/multiModuleQuickFix/expectAnnotation/jvm/My.kt
T
2018-11-21 15:13:01 +03:00

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)