Adjust testData: get rid of obsolete annotations
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
data public class SomeClass {
|
||||
|
||||
[Deprecated] public var annotatedProperty: String? = null
|
||||
@Deprecated public var annotatedProperty: String? = null
|
||||
|
||||
Deprecated public inline fun annotatedFunction() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user