Debugger: Fix missing NOP in empty 'when' header (KT-29189)

This commit is contained in:
Yan Zhulanow
2019-03-05 19:43:46 +03:00
parent ba0989801a
commit 77c2a5c87c
7 changed files with 47 additions and 3 deletions
+1 -1
View File
@@ -12,4 +12,4 @@ fun foo(x: Int) {
}
}
// 2 +3 4 5 6 +8 +9 10 11 8 13
// 2 3 4 5 6 +8 9 10 11 8 13