Deprecate escaped modifiers and unescaped annotations
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import <!DEPRECATED_SYMBOL_WITH_MESSAGE!>C<!> as C2
|
||||
|
||||
Deprecated("obsolete")
|
||||
@Deprecated("obsolete")
|
||||
class C {
|
||||
fun use() {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user