If I am getting a `java.lang.VerifyError: Bad loca...
# compiler
c
If I am getting a
java.lang.VerifyError: Bad local variable type
does that mean I found a compiler bug? I have a
private suspend inline fun
and when I remove the
inline
part it seems happy…
a
It probably does. Please report this to http://kotl.in/issue with a minimal code sample to reproduce. Thanks!
c
Kk, I will try to bake it down to a simple example. Tricky since I don’t exactly know what is wrong yet… Thanks
a
If you can't minimize it, don't sweat it and report anyway 🙂
👍 1