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