https://kotlinlang.org logo
Title
l

lifk

05/02/2018, 12:58 PM
Hi, I have a library that every time I use and try to get auto completion it fails with
org.jetbrains.kotlin.resolve.FunctionImportedFromObject cannot be cast to org.jetbrains.kotlin.descriptors.SimpleFunctionDescriptor
Any ideas what can cause this?
s

semoro

05/02/2018, 1:04 PM
Could you please file issue at kotl.in/issue
l

lifk

05/02/2018, 1:05 PM
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

nish

05/02/2018, 1:31 PM
Invalidate caches and restart in your messed up project?
l

lifk

05/02/2018, 1:32 PM
already tried twice
I think I'm gonna try to re import it
s

semoro

05/02/2018, 1:33 PM
Try but not sure that it will help
c

christophsturm

05/02/2018, 1:33 PM
latest kotlin plugin?
l

lifk

05/02/2018, 1:55 PM
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

christophsturm

05/07/2018, 12:05 PM
did you file an issue?