.gitignore added
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / honnef.co / go / tools@v0.1.1 / go / 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 }