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

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()
}