Fix annotation collector tests (now using mock JDK)
This commit is contained in:
+9
-6
@@ -1,8 +1,11 @@
|
||||
a javax.inject.Inject 0
|
||||
a kotlin.data 0
|
||||
p org.test 0
|
||||
m 0 0/SomeClass getImmutableProperty
|
||||
a org.jetbrains.annotations.NotNull 1
|
||||
f 1 0/SomeClass mutableProperty
|
||||
m 0 0/SomeClass getMutableProperty
|
||||
c 0 0/SomeClass
|
||||
a java.lang.Deprecated 1
|
||||
m 1 0/SomeClass getImmutableProperty
|
||||
a org.jetbrains.annotations.NotNull 2
|
||||
f 2 0/SomeClass mutableProperty
|
||||
m 1 0/SomeClass getMutableProperty
|
||||
m 0 0/SomeClass setMutableProperty
|
||||
m 2 0/SomeClass getMutableProperty
|
||||
m 1 0/SomeClass setMutableProperty
|
||||
m 2 0/SomeClass copy
|
||||
|
||||
Reference in New Issue
Block a user