Files
kotlin-fork/idea/testData/multiModuleQuickFix/createExpect/withAnnotations/header/My.kt.after
T

10 lines
176 B
Plaintext
Vendored

// My: to be implemented
// DISABLE-ERRORS
annotation class CommonAnnotation
expect class My {
tailrec fun foo(arg: Int): Int
@CommonAnnotation
fun initialize()
}