Files
kotlin/idea/testData/multiModuleQuickFix/annotation/header/header.kt
Pavel V. Talanov 1f4926e259 Rewrite QuickFixMultiModuleTest to be generated
Adjust test data
Drop 'overload' test data since it was never run before
2018-04-04 17:56:34 +02:00

3 lines
137 B
Kotlin
Vendored

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