golang.org/x/tools/gopls@v0.15.3/internal/test/marker/testdata/signature/issue63804.txt (about) 1 Regresson test for #63804: conversion to built-in type caused panic. 2 3 the server's Signature method never returns an actual error, 4 so the best we can assert is that there is no result. 5 6 -- go.mod -- 7 module example.com 8 go 1.18 9 10 -- a/a.go -- 11 package a 12 13 var _ = int(123) //@signature("123", "", 0)