Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / honnef.co / go / tools@v0.0.1-2020.1.5 / ir / identical_test.go
1 //+build go1.8
2
3 package ir_test
4
5 import "testing"
6
7 func TestValueForExprStructConv(t *testing.T) {
8         testValueForExpr(t, "testdata/structconv.go")
9 }