Deprecate escaped modifiers and unescaped annotations
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ class MyClass() {
|
||||
public var test2: String = ""
|
||||
@Deprecated("Use A instead") get
|
||||
|
||||
Deprecated("Use A instead") public val test3: String = ""
|
||||
@Deprecated("Use A instead") public val test3: String = ""
|
||||
@Deprecated("Use A instead") get
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user