Basic annotation collector tests

This commit is contained in:
Yan Zhulanow
2015-05-14 16:20:09 +03:00
parent f12531dd6d
commit d9289df29e
19 changed files with 325 additions and 0 deletions
@@ -0,0 +1,4 @@
a javax.inject.Named 0
p org.test 0
c 0 0/SomeClass
c 0 0/SomeObject
@@ -0,0 +1,9 @@
package org.test
import javax.inject.*
Named("KotlinClass")
public class SomeClass
Named("KotlinObject")
public object SomeObject