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