Fix annotation collector tests (now using mock JDK)
This commit is contained in:
+1
-3
@@ -1,12 +1,10 @@
|
||||
package org.test
|
||||
|
||||
import javax.inject.*
|
||||
|
||||
public class SomeClass {
|
||||
|
||||
private fun a() {
|
||||
object : Any() {
|
||||
[Inject]
|
||||
[Deprecated]
|
||||
val property: Int = 5
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user