so I have a pretty weird use case, but has anyone ...
# coroutines
f
so I have a pretty weird use case, but has anyone ever had a "java.lang.VerifyError: Bad type on operand stack" exception when using coroutines?
I'm trying to reproduce it with less fancy stuff, but I can't seem to get it to crash without using the whole inlining+coroutine+java proxies stack
e
Please submit report to http://kotl.in/issue even if it is not a small example
f
Will do, thanks!
seems like it might be a duplicate of https://youtrack.jetbrains.com/issue/KT-20504 and https://youtrack.jetbrains.com/issue/KT-20503, should I still create a new issue or just link my example in one of those @elizarov?
e
If that is indeed the same problem (double inline), then no need to
f
there's no double inlining, but there is an inline function, lambdas and a proxy (just to make it more fun to debug :P)