KT-12852 Support breadcrumbs for Kotlin
#KT-12852 Fixed
This commit is contained in:
+18
@@ -0,0 +1,18 @@
|
||||
fun foo() {
|
||||
try {
|
||||
try {
|
||||
|
||||
}
|
||||
finally {
|
||||
try {
|
||||
|
||||
}
|
||||
catch (e: RuntimeException) {
|
||||
<caret>
|
||||
}
|
||||
}
|
||||
}
|
||||
catch(e: Exception) {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user