blob: c8652c341ffbb1009acbcf9ac720467b47d28f7c [file] [log] [blame]
// "Replace with 'test.Bar(1)'" "true"
package test
@Deprecated("Replace with bar", ReplaceWith("test.Bar(1)"))
annotation class Foo
annotation class Bar(val p: Int)
@Foo<caret> class C {}