Hi, I have a library that every time I use and try...
# announcements
l
Hi, I have a library that every time I use and try to get auto completion it fails with
Copy code
org.jetbrains.kotlin.resolve.FunctionImportedFromObject cannot be cast to org.jetbrains.kotlin.descriptors.SimpleFunctionDescriptor
Any ideas what can cause this?
s
Could you please file issue at kotl.in/issue
l
I'm trying to reproduce it in a minimum project but there is working
trying to find out what is causing it
well almost all my auto completion is fucked up in that project looks like
n
Invalidate caches and restart in your messed up project?
l
already tried twice
I think I'm gonna try to re import it
s
Try but not sure that it will help
c
latest kotlin plugin?
l
I found the place with the issue, I have an object that contains inline functions and importing one of those functions with a different name made it crash
c
did you file an issue?