Proper generate interval for catch block variable; Fix for KT-15646: InconsistentDebugInfoException when stepping over throw

#KT-15646 Fixed
This commit is contained in:
Mikhael Bogdanov
2017-01-18 14:36:27 +01:00
parent 4ab6b6954d
commit e1bec0df2e
5 changed files with 49 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ class A {
a++
}
catch(e : Throwable) {
e.printStackTrace()
}
}
}