Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
quickfix
/
modifiers
/
cannotMakeClassAnnotation.kt
blob: 26fb9805cd8160612448f0a8e68c1d2b6de752e9 [
file
] [
log
] [
blame
]
// "class org.jetbrains.kotlin.idea.quickfix.MakeClassAnAnnotationClassFix" "false"
// ERROR: 'String' is not an annotation class
@String
<caret>
class
foo
{}