Files
codeql/java/ql/test-kotlin2/library-tests/internal-public-alias/test.expected
Chris Smowton 1afe67ab13 Accept Kotlin 2.1.20 test changes
These are mainly small changes in how source-locations are ascribed to synthetic expressions, plus three real changes:

- The comment extractor is performing better presumably due to improvements in the underlying representation
- *= /= and %= operations are once again extracted correctly; presumably their origin information has been fixed
- Reference to a static final Java field can lead to more constant propagation than before

The last one might be a minor nuisance to someone trying to find references to such a field.
2025-05-13 14:42:15 +01:00

7 lines
240 B
Plaintext

| User.java:3:21:3:24 | test |
| test.kt:3:3:3:26 | getInternalVal$main |
| test.kt:6:3:6:36 | getInternalVal |
| test.kt:8:3:8:26 | getInternalVar$main |
| test.kt:8:3:8:26 | setInternalVar$main |
| test.kt:10:3:10:32 | internalFun$main |