Decompiler tool of my IDE is not working. Here is...
# intellij-plugins
c
Decompiler tool of my IDE is not working. Here is my code which I want to decompile:
Copy code
data class FetchOrdersState(
    val orders: List<Order> = listOf(),
    val isLoading: Boolean = false,
    val error: String = ""
) : OrderState {
    companion object {
        val Empty = FetchOrdersState()
    }
}
g
It’s not related to to topic of this channel I think it’s much better to report it directly to Kotlin plugin issue tracker https://youtrack.jetbrains.com/newIssue?project=KTIJ&amp;draftId=25-3410254