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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user