JVM: fix SMAP range extension logic
If `mapLineNumber` was called in non-monotonic order, e.g. N then N+2 then N+1, the first two calls created a range that spans [N; N+2] but the third call did not reuse it.
This commit is contained in:
@@ -47,7 +47,6 @@ Kotlin
|
||||
test/_1Kt
|
||||
*L
|
||||
1#1,26:1
|
||||
19#1,6:27
|
||||
*E
|
||||
|
||||
// FILE: 2.smap
|
||||
|
||||
Reference in New Issue
Block a user