Files
kotlin-fork/idea/testData/quickfix/deprecatedSymbolUsage/classUsages/wholeProject/noParenthesesAnnotation.before.Declaration.kt
T

9 lines
165 B
Kotlin
Vendored

package dependency
@Deprecated("", ReplaceWith("dependency.NewAnnotation"))
annotation class OldAnnotation
annotation class NewAnnotation()
@OldAnnotation
class C