Skip to content

Commit c76a774

Browse files
committed
Accept test changes
1 parent 498d370 commit c76a774

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ isFinal
33
| variables.kt:8:9:8:26 | int local2 | non-final |
44
| variables.kt:10:9:10:26 | int local3 | final |
55
compileTimeConstant
6+
| variables.kt:3:5:3:21 | prop |
7+
| variables.kt:3:5:3:21 | this.prop |
68
| variables.kt:7:17:7:22 | local1 |
9+
| variables.kt:15:1:15:21 | VariablesKt.topLevel |
10+
| variables.kt:15:1:15:21 | VariablesKt.topLevel |
711
#select
812
| variables.kt:3:5:3:21 | prop | int | variables.kt:3:21:3:21 | 1 |
913
| variables.kt:5:20:5:29 | param | int | file://:0:0:0:0 | <none> |

0 commit comments

Comments
 (0)