Deprecate escaped modifiers and unescaped annotations
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
// Class CAN be recursively annotated
|
||||
RecursivelyAnnotated(1)
|
||||
@RecursivelyAnnotated(1)
|
||||
annotation class RecursivelyAnnotated(val x: Int)
|
||||
Reference in New Issue
Block a user