Debugger: Fix breakpoints on if/loops with constant conditions (KT-14421)

This commit is contained in:
Yan Zhulanow
2019-06-20 21:30:45 +09:00
parent 6fc801afd2
commit 9760c156a4
5 changed files with 79 additions and 1 deletions
@@ -10,4 +10,4 @@ fun testSome(): Boolean {
return false
}
// 2 +3 4 2 7 10
// 2 3 4 2 7 10