Skip to content

Conversation

@alonalbert
Copy link
Contributor

For example, under Kotlin 2.1.20:

3: @Composable
4: fun Foo() {
5:   println()
6:   println()
7:   println()
8: }

Dex code line number table looks like this:

        0x0000 line=4
        0x0015 line=7
        0x0019 line=4
        0x0025 line=5
        0x002c line=6
        0x0033 line=7
        0x0051 line=8

Notice some lines have more than one code locations.

For example, under Kotlin 2.1.20:
```
3: @composable
4: fun Foo() {
5:   println()
6:   println()
7:   println()
8: }
```
Dex code line number table looks like this:
```
        0x0000 line=4
        0x0015 line=7
        0x0019 line=4
        0x0025 line=5
        0x002c line=6
        0x0033 line=7
        0x0051 line=8
```

Notice some lines have more than one code locations.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant