nvimdev / epo.nvim

A blazing fast and minimal neovim autocompletion
MIT License
131 stars 4 forks source link

bad argument #1 to 'unpack' (table expected, got string) #13

Closed xsh005 closed 6 months ago

xsh005 commented 6 months ago

Repro: standard kotlin project

// src/test/kotlin/foo/FooTest.kt
package test

import org.junit.Test
import java.io.ByteArrayOutputStream
import java.io.PrintStream
import kotlin.test.assertEquals

class TestTest {
    @Test
    fun `example test`() {
        | <- cursor is here
    }
}

Press assertEquals, 0, and then <Tab> Screenshot from 2024-02-19 15-23-02