Replace annotations with brackets in testData
Just in tests that changed after deprecation
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
fun test() {
|
||||
[ann]
|
||||
@ann
|
||||
while (2 < 1) {}
|
||||
|
||||
[ann]
|
||||
@ann
|
||||
do {} while (2 < 1)
|
||||
|
||||
[ann]
|
||||
@ann
|
||||
for (i in 1..2) {}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user