Adjust testData: get rid of obsolete annotations
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ public class SomeClass {
|
||||
|
||||
private fun a() {
|
||||
object : Any() {
|
||||
[Deprecated]
|
||||
@Deprecated
|
||||
val property: Int = 5
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user