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
@@ -2,11 +2,9 @@ package org.test
public annotation class SomeAnnotation
SomeAnnotation
public class SomeClass {
SomeAnnotation public class SomeClass {
SomeAnnotation
public fun annotatedFunction() {
SomeAnnotation public fun annotatedFunction() {
}