Proper generate interval for catch block variable; Fix for KT-15646: InconsistentDebugInfoException when stepping over throw
#KT-15646 Fixed
This commit is contained in:
@@ -5,7 +5,7 @@ class A {
|
||||
a++
|
||||
}
|
||||
catch(e : Throwable) {
|
||||
|
||||
e.printStackTrace()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user