We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 498d370 commit c76a774Copy full SHA for c76a774
java/ql/test/kotlin/library-tests/variables/variables.expected
@@ -3,7 +3,11 @@ isFinal
3
| variables.kt:8:9:8:26 | int local2 | non-final |
4
| variables.kt:10:9:10:26 | int local3 | final |
5
compileTimeConstant
6
+| variables.kt:3:5:3:21 | prop |
7
+| variables.kt:3:5:3:21 | this.prop |
8
| variables.kt:7:17:7:22 | local1 |
9
+| variables.kt:15:1:15:21 | VariablesKt.topLevel |
10
11
#select
12
| variables.kt:3:5:3:21 | prop | int | variables.kt:3:21:3:21 | 1 |
13
| variables.kt:5:20:5:29 | param | int | file://:0:0:0:0 | <none> |
0 commit comments