Replace annotations with brackets in testData
Just in tests that changed after deprecation
This commit is contained in:
@@ -2,10 +2,10 @@ package foo
|
||||
|
||||
annotation class fancy
|
||||
|
||||
[fancy]
|
||||
@fancy
|
||||
class Foo {
|
||||
[fancy]
|
||||
fun baz([fancy] foo : Int) : Int {
|
||||
return [fancy] 1
|
||||
@fancy
|
||||
fun baz(@fancy foo : Int) : Int {
|
||||
return (@fancy 1)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user