Hi, I found an issue where I get a stack trace (pa...
# announcements
d
Hi, I found an issue where I get a stack trace (partial) that looks like:
Copy code
at com.app.api.MainKt$test$1.invoke(Main.kt:341)
at com.app.api.MainKt$test$1.invoke(Main.kt)
at com.app.api.TestGroup.invoke(TestGroup.kt:126)
Where Main.kt is only about 325 lines long. Should I try and isolate the problem to file an issue against it or is it already known?