I see failure stack traces with line numbers that ...
# kotest
d
I see failure stack traces with line numbers that are not in my file. That is, it says that it fails in
SomeModelSpeckt:150
when there are only 120 lines in that file. That only seems to happen when I use
assertSoftly
. Does anyone know what is going on here?
e
line numbers often lie when things are inlined.. might be the case here as well? Typically clicking the link to the line will still work properly though
d
Unfortunately, it does not. But that sounds like it is a general problem of the Kotlin compiler and not something that is specific to KoTest?