blob: a01634c7e722b2ebce20418aac66ac4b09da4560 [file] [log] [blame]
@@ -1,16 +1,13 @@
package format //@format("package")
import (
- "runtime"
"fmt"
"log"
+ "runtime"
)
func hello() {
-
-
-
var x int //@diag("x", "LSP", "x declared but not used")
}