Commit aa583f8
Kotlin: keep full value class coverage focused
Replace the secondary constructor's Long conversion with a String overload.
This preserves coverage for non-trivial value-class construction without
exercising an unrelated primitive-conversion diagnostic.
This is a test-only refinement and does not change extractor behaviour.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent dedba97 commit aa583f8
2 files changed
Lines changed: 5 additions & 5 deletions
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
0 commit comments