in src/main/kotlin/com/github/korosuke613/vdmppLanguageServer/FullTextDocumentService.kt [28:30]
override fun definition(position: TextDocumentPositionParams): CompletableFuture<Either<MutableList<out Location>, MutableList<out LocationLink>>>? {
return null
}