Get rid of deprecated annotations in testData
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ package test
|
||||
annotation class Anno
|
||||
|
||||
class Class {
|
||||
Anno val x: Int by object {
|
||||
@Anno val x: Int by object {
|
||||
fun get(thiz: Class, data: PropertyMetadata) = null!!
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user