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
@@ -8,7 +8,7 @@ annotation class A(val s: String)
A("1")
fun foo() = "foo"
A("2")
@field:A("2")
var v: Int = 1
@platformName("vget")
@A("3")