Drop redundant frames after some of exceptions in interpreter
Drop only last frame because it is pointing on function itself.
This commit is contained in:
committed by
TeamCityServer
parent
334d518aba
commit
a9abf3b9b6
@@ -2,7 +2,7 @@
|
||||
fun foo(i: Int): Int = foo(i + 1)
|
||||
const val overflow = <!WAS_NOT_EVALUATED: `
|
||||
Exception java.lang.StackOverflowError
|
||||
at StackOverflowKt.foo(stackOverflow.kt:1)
|
||||
at StackOverflowKt.foo(stackOverflow.kt:2)
|
||||
at StackOverflowKt.foo(stackOverflow.kt:2)
|
||||
at StackOverflowKt.foo(stackOverflow.kt:2)
|
||||
at StackOverflowKt.foo(stackOverflow.kt:2)
|
||||
|
||||
Reference in New Issue
Block a user