Fixed test data to use only annotation syntax with @
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user