Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MergePackageFiles (0.13 sec)

  1. src/go/ast/filter_test.go

    func f1() {}
    func f1() {}
    func f2() {}
    
    func (*t1) f1() {}
    func (t1) f1() {}
    func (t1) f2() {}
    
    func (t2) f1() {}
    func (t2) f2() {}
    func (x *t2) f2() {}
    `
    
    // Calling ast.MergePackageFiles with ast.FilterFuncDuplicates
    // keeps a duplicate entry with attached documentation in favor
    // of one without, and it favors duplicate entries appearing
    // later in the source over ones appearing earlier. This is why
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 09 15:35:30 UTC 2022
    - 1.6K bytes
    - Viewed (0)
Back to top