Files
kotlin-fork/idea/testData/multiModuleQuickFix/createExpect/withVararg/jvm/My.kt.after
T
2019-08-27 17:26:08 +07:00

4 lines
175 B
Plaintext
Vendored

// "Create expected annotation class in common module testModule_Common" "true"
// DISABLE-ERRORS
actual annotation class My actual constructor(actual vararg val arg: String)