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