Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LookupCustom (0.24 sec)

  1. src/go/importer/importer_test.go

    		if posn.Line > len(lines) || !strings.HasPrefix(lines[posn.Line-1], "type Int") {
    			t.Fatalf("Object %v position %s does not contain its declaration",
    				mathBigInt, posn)
    		}
    	})
    
    	t.Run("LookupCustom", func(t *testing.T) {
    		// TODO(mdempsky): Decide whether to remove this test, or to fix
    		// support for it in unified IR. It's not clear that we actually
    		// need to support importing "math/big" as "math/bigger", for
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 25 21:16:32 UTC 2023
    - 2.8K bytes
    - Viewed (0)
Back to top