Fixed test data to use only annotation syntax with @

This commit is contained in:
Valentin Kipyatkov
2015-10-12 18:23:20 +03:00
parent 487501a7a4
commit 090ea37a32
83 changed files with 115 additions and 121 deletions
@@ -11,7 +11,7 @@ fun test() {
~x~val x = 2
@[`zzz`zzz] fun local(
`zzz`zzz i: Int = `x`x,
@`zzz`zzz i: Int = `x`x,
j: Int = 3,
s: String = "$`x`x",
k: Int = `y`y,
@@ -1,4 +1,4 @@
`!null`first object Foo {}
@`!null`first object Foo {}
`!null`second(`!null`aa, `!null`asdf) object More {
@`!null`second(`!null`aa, `!null`asdf) object More {
}