Fix annotation collector tests (now using mock JDK)
This commit is contained in:
+1
-5
@@ -1,14 +1,10 @@
|
||||
package org.test
|
||||
|
||||
import javax.inject.*
|
||||
|
||||
public class SomeClass {
|
||||
|
||||
Inject
|
||||
public fun annotatedFunction() {
|
||||
|
||||
[Named("LocalFunction")]
|
||||
fun localFunction() {
|
||||
[Deprecated] fun localFunction() {
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user