Deprecate deprecated in favor of Deprecated
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
package test
|
||||
|
||||
@deprecated("Replace with bar", ReplaceWith("test.Bar"))
|
||||
@Deprecated("Replace with bar", ReplaceWith("test.Bar"))
|
||||
annotation class Foo
|
||||
|
||||
annotation class Bar
|
||||
|
||||
Reference in New Issue
Block a user