Files
kotlin/idea/testData/multiModuleQuickFix/annotation/header/header.kt

3 lines
122 B
Kotlin
Vendored

// "Create actual annotation class for platform JVM" "true"
expect annotation class <caret>Ann(val x: Int, val y: String)