-
Notifications
You must be signed in to change notification settings - Fork 233
Open
Labels
Description
I have the following line (from this repo) return Hover(listOf(Either.forRight(MarkedString("kotlin", hoverText)
for which KLS reports:
[INFO] debounce0 main Linting .../hover/hovers.kt
[INFO] async0 main Finished in 11 ms
[INFO] debounce0 main No diagnostics in hovers.kt
[INFO] async0 main Find symbols in TextDocumentIdentifier [
uri = "file:///home/noah/Kotlin/KotlinLanguageServer/src/main/kotlin/org/javacs/kt/hover/hovers.kt"
]
while gradle complains:
e: /home/noah/Kotlin/KotlinLanguageServer/src/main/kotlin/org/javacs/kt/hover/hovers.kt: (51, 74): Expecting ')'