github.com/golangci/go-tools@v0.0.0-20190318060251-af6baa5dc196/ssa/identical_test.go (about)

     1  //+build go1.8
     2  
     3  package ssa_test
     4  
     5  import "testing"
     6  
     7  func TestValueForExprStructConv(t *testing.T) {
     8  	testValueForExpr(t, "testdata/structconv.go")
     9  }