Deprecate escaped modifiers and unescaped annotations
This commit is contained in:
+2
-2
@@ -13,13 +13,13 @@ fun test() {
|
||||
}
|
||||
|
||||
class MyClass(): MyTrait {
|
||||
Deprecated("Use A instead") companion object {
|
||||
@Deprecated("Use A instead") companion object {
|
||||
val test: String = ""
|
||||
}
|
||||
}
|
||||
|
||||
interface MyTrait {
|
||||
Deprecated("Use A instead") companion object {
|
||||
@Deprecated("Use A instead") companion object {
|
||||
val test: String = ""
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user