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

11 lines
198 B
Plaintext
Vendored

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