[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
fun test() {
|
||||
@ann
|
||||
while (2 > 1) {}
|
||||
|
||||
@ann
|
||||
do {} while (2 > 1)
|
||||
|
||||
@ann
|
||||
for (i in 1..2) {}
|
||||
}
|
||||
|
||||
annotation class ann
|
||||
Reference in New Issue
Block a user