Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
quickfix
/
deprecatedSymbolUsage
/
classUsages
/
annotation1.kt.after
blob: d45e274514637027db68878137fadfd412e6b07f [
file
]
// "Replace with 'test.Bar'" "true"
package
test
@Deprecated
(
"Replace with bar"
,
ReplaceWith
(
"test.Bar"
))
annotation
class
Foo
annotation
class
Bar
@Bar
class
C
{}