Skip to content
Draft
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
93e6135
Kotlin: add 2.4.20-RC artifacts
andersfugmann Aug 26, 2026
c1b4fe6
Kotlin: address KT-85816
andersfugmann Aug 26, 2026
0724caf
Kotlin: address KT-86046
andersfugmann Aug 26, 2026
96ac5ba
Kotlin: preserve generated forwarder locations
andersfugmann Aug 26, 2026
8b8b961
Kotlin: enable 2.4.20-RC support
andersfugmann Aug 26, 2026
f146aa6
Kotlin: make 2.4.20-RC the test default
andersfugmann Aug 26, 2026
b9c81d5
Kotlin: document preliminary 2.4.20-RC support
andersfugmann Aug 26, 2026
63553e3
Kotlin: support 2.4.20-RC2
andersfugmann Aug 28, 2026
2f4571b
Kotlin: cover full value class extraction
andersfugmann Aug 28, 2026
06042b1
Kotlin: cover name-based destructuring
andersfugmann Aug 28, 2026
3d99697
Kotlin: expose missing context parameters
andersfugmann Aug 28, 2026
2942d70
Kotlin: extract context parameters and arguments
andersfugmann Aug 28, 2026
05357c2
Kotlin: cover context parameter setters
andersfugmann Aug 28, 2026
8595a36
Kotlin: cover collection literal extraction
andersfugmann Aug 28, 2026
7015661
Kotlin: cover companion blocks and extensions
andersfugmann Aug 28, 2026
dedba97
Kotlin: cover invokedynamic when extraction
andersfugmann Aug 28, 2026
aa583f8
Kotlin: keep full value class coverage focused
andersfugmann Aug 28, 2026
701a005
Kotlin: assign stable context parameter indices
andersfugmann Aug 28, 2026
01235a2
Kotlin: gate full value class coverage
andersfugmann Aug 31, 2026
b514ee0
Kotlin: gate name-based destructuring coverage
andersfugmann Aug 31, 2026
0778371
Kotlin: gate context parameter coverage
andersfugmann Aug 31, 2026
a0cf379
Kotlin: gate collection literal coverage
andersfugmann Aug 31, 2026
131ef8e
Kotlin: gate companion extension coverage
andersfugmann Aug 31, 2026
8630d5a
Kotlin: gate invokedynamic when coverage
andersfugmann Aug 31, 2026
b0fab01
Kotlin: extract context parameters from 2.2.20
andersfugmann Aug 31, 2026
44f0616
Kotlin: stabilise implicit context argument locations
andersfugmann Aug 31, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Kotlin: gate collection literal coverage
Run the custom collection literal fixture from Kotlin 2.4.0 onwards in K2 mode. Earlier supported compilers reject the tested CollectionLiterals language feature.\n\nThis is coverage metadata only. Existing extraction remains correct and no extractor change is required.\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
  • Loading branch information
andersfugmann committed Aug 31, 2026
commit a0cf379cdf9bb483876893c83f01db2ad7d094cc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kotlin:
minimumVersion: 2.4.0
languageMode: K2