Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 101 of 101 for toolID (0.14 sec)

  1. src/go/types/api_test.go

    		}
    
    		// Exclude selectors and qualified identifiers---lexical
    		// refs only.  (Ideally, we'd see if the AST parent is a
    		// SelectorExpr, but that requires PathEnclosingInterval
    		// from golang.org/x/tools/go/ast/astutil.)
    		if id.Name == "X" {
    			continue
    		}
    
    		_, gotObj := inner.LookupParent(id.Name, id.Pos())
    		if gotObj != wantObj {
    			// Print the scope tree of mainScope in case of error.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 94.2K bytes
    - Viewed (0)
Back to top