Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestCheckExpr (0.23 sec)

  1. src/go/types/eval_test.go

    func split(s, sep string) (string, string) {
    	before, after, _ := strings.Cut(s, sep)
    	return strings.TrimSpace(before), strings.TrimSpace(after)
    }
    
    func TestCheckExpr(t *testing.T) {
    	testenv.MustHaveGoBuild(t)
    
    	// Each comment has the form /* expr => object */:
    	// expr is an identifier or selector expression that is passed
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 15 19:56:15 UTC 2024
    - 8.3K bytes
    - Viewed (0)
Back to top