Fix annotation collector tests (now using mock JDK)

This commit is contained in:
Yan Zhulanow
2015-05-20 16:02:51 +03:00
parent 921017367a
commit b9a9f783e9
19 changed files with 53 additions and 78 deletions
@@ -1,4 +1,4 @@
a javax.inject.Named 0
a java.lang.Deprecated 0
p org.test 0
c 0 0/SomeClass
c 0 0/SomeObject
@@ -1,9 +1,5 @@
package org.test
import javax.inject.*
Deprecated public class SomeClass
Named("KotlinClass")
public class SomeClass
Named("KotlinObject")
public object SomeObject
Deprecated public object SomeObject