Skip to content

Commit e65a046

Browse files
committed
Fix test file after rebase
1 parent 579bfc2 commit e65a046

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

java/ql/test/kotlin/library-tests/stmts/stmts.expected

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ enclosing
2929
| stmts.kt:18:37:18:37 | <Expr>; | stmts.kt:18:26:18:56 | ... -> ... |
3030
| stmts.kt:18:52:18:52 | <Expr>; | stmts.kt:18:26:18:56 | ... -> ... |
3131
| stmts.kt:19:5:19:16 | return ... | stmts.kt:2:41:20:1 | { ... } |
32-
| stmts.kt:23:11:27:5 | while (...) | stmts.kt:22:27:30:1 | { ... } |
32+
| stmts.kt:23:11:27:5 | <Label>: ... | stmts.kt:22:27:30:1 | { ... } |
33+
| stmts.kt:23:11:27:5 | while (...) | stmts.kt:23:11:27:5 | <Label>: ... |
3334
| stmts.kt:23:27:27:5 | { ... } | stmts.kt:23:11:27:5 | while (...) |
3435
| stmts.kt:24:9:26:25 | do ... while (...) | stmts.kt:24:9:26:25 | { ... } |
3536
| stmts.kt:24:9:26:25 | { ... } | stmts.kt:23:27:27:5 | { ... } |

0 commit comments

Comments
 (0)