Debugger: Generate line numbers for class initializers with a number on the 'init' keyword (KT-16277)

Debugger tests not absent as they use the bootstrap version of kotlinc.
Obviously, this change is not present in it yet.
This commit is contained in:
Yan Zhulanow
2019-07-16 19:44:59 +09:00
parent bebc8974b2
commit 076166c22f
7 changed files with 29 additions and 6 deletions
@@ -15,4 +15,4 @@ fun main() {
Foo()
}
// STEP_OVER: 5
// STEP_OVER: 6
@@ -3,6 +3,7 @@ Run Java
Connected to the target VM
initBlocks.kt:6
initBlocks.kt:7
initBlocks.kt:9
initBlocks.kt:10
initBlocks.kt:11
initBlocks.kt:15