Fix tests

This commit is contained in:
Yan Zhulanow
2015-08-06 18:59:37 +03:00
parent 552211b2f4
commit 2ce9903356
84 changed files with 221 additions and 195 deletions
@@ -1,4 +1,4 @@
a public class Annotations private @a constructor(private @a val c1: Int, @a val c2: Int) {
a public class Annotations private @a constructor(private @property:a @param:a val c1: Int, @property:a @param:a val c2: Int) {
protected a fun f() {
}
@@ -2,7 +2,7 @@ package a.b.c.topLevelMembersAnnotated
import d.e.f.*
a b val i: Int = 0
@property:a @property:b val i: Int = 0
a b fun f(@a @b p1: C): Int = 0