Deprecate escaped modifiers and unescaped annotations
This commit is contained in:
+1
-1
@@ -8,5 +8,5 @@ public @interface A {
|
||||
|
||||
// FILE: 1.kt
|
||||
|
||||
A(x = 1, y = "2")
|
||||
@A(x = 1, y = "2")
|
||||
fun test() {}
|
||||
|
||||
Reference in New Issue
Block a user