Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for F2a (0.01 sec)

  1. src/go/parser/parser_test.go

    			}
    		}
    		return true
    	})
    }
    
    func TestUnresolved(t *testing.T) {
    	f, err := ParseFile(token.NewFileSet(), "", `
    package p
    //
    func f1a(int)
    func f2a(byte, int, float)
    func f3a(a, b int, c float)
    func f4a(...complex)
    func f5a(a s1a, b ...complex)
    //
    func f1b(*int)
    func f2b([]byte, (int), *float)
    func f3b(a, b *int, c []float)
    func f4b(...*complex)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 31 20:26:14 UTC 2024
    - 24.6K bytes
    - Viewed (0)
Back to top