Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Poland (0.04 sec)

  1. src/cmd/compile/internal/types2/api_test.go

    			continue
    		}
    
    		// 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.Value == "X" {
    			continue
    		}
    
    		_, gotObj := inner.LookupParent(id.Value, id.Pos())
    		if gotObj != wantObj {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 20:08:23 UTC 2024
    - 93.3K bytes
    - Viewed (0)
Back to top