APT: Add more compiler plugin tests

This commit is contained in:
Yan Zhulanow
2015-05-19 21:56:45 +03:00
parent 594988db51
commit 921017367a
11 changed files with 105 additions and 14 deletions
@@ -0,0 +1,13 @@
package org.test
public annotation class SomeAnnotation
SomeAnnotation
public class SomeClass {
SomeAnnotation
public fun annotatedFunction() {
}
}
@@ -0,0 +1,4 @@
a org.test.SomeAnnotation 0
p org.test 0
c 0 0/SomeClass
m 0 0/SomeClass annotatedFunction