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,12 +1,10 @@
package org.test
import javax.inject.*
public class SomeClass {
private fun a() {
object : Any() {
[Inject]
[Deprecated]
val property: Int = 5
}