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

4 lines
166 B
Plaintext
Vendored

// "Create expected annotation class in common module testModule_Common" "true"
// DISABLE-ERRORS
actual annotation class My(actual val x: Int, actual val y: Double)