APT: Add more compiler plugin tests
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
package org.test
|
||||
|
||||
public annotation class SomeAnnotation
|
||||
|
||||
SomeAnnotation
|
||||
public class SomeClass {
|
||||
|
||||
SomeAnnotation
|
||||
public fun annotatedFunction() {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user