OpenASR / idiolect

🎙️ Handsfree Audio Development Interface
https://arxiv.org/pdf/2305.03089.pdf
Apache License 2.0
93 stars 10 forks source link

kotlin.collections.EmptyList cannot be cast to kotlin.collections.MutableList #32

Closed nalbion closed 4 years ago

nalbion commented 7 years ago

I pressed ctrl + ; and got the following error:

kotlin.collections.EmptyList cannot be cast to kotlin.collections.MutableList
java.lang.ClassCastException: kotlin.collections.EmptyList cannot be cast to kotlin.collections.MutableList
    at com.johnlindquist.acejump.AceJumpAction$actionPerformed$5$1$showJumpObserver$1.stateChanged(AceJumpAction.kt:113)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)