mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 00:21:32 +00:00
4 lines
158 B
Kotlin
Vendored
4 lines
158 B
Kotlin
Vendored
// "class org.jetbrains.kotlin.idea.quickfix.MakeClassAnAnnotationClassFix" "false"
|
|
// ERROR: 'String' is not an annotation class
|
|
@String<caret> class foo {}
|