Add field and property deserialization tests
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
package test
|
||||
|
||||
annotation class Anno
|
||||
|
||||
class Class {
|
||||
@field:Anno var property: Int = 42
|
||||
}
|
||||
Reference in New Issue
Block a user