Fix annotation collector tests (now using mock JDK)
This commit is contained in:
+2
-4
@@ -2,11 +2,9 @@ package org.test
|
||||
|
||||
public annotation class SomeAnnotation
|
||||
|
||||
SomeAnnotation
|
||||
public class SomeClass {
|
||||
SomeAnnotation public class SomeClass {
|
||||
|
||||
SomeAnnotation
|
||||
public fun annotatedFunction() {
|
||||
SomeAnnotation public fun annotatedFunction() {
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user