Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for noSuchPrivate (0.23 sec)

  1. test/fixedbugs/issue31053.dir/main.go

    	_ = f.Name
    	_ = f.name          // ERROR "f.name undefined .type f1.Foo has no field or method name, but does have Name."
    	_ = f.noSuchPrivate // ERROR "f.noSuchPrivate undefined .type f1.Foo has no field or method noSuchPrivate."
    	_ = f.NoSuchPublic  // ERROR "f.NoSuchPublic undefined .type f1.Foo has no field or method NoSuchPublic."
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 28 07:44:07 UTC 2020
    - 2.7K bytes
    - Viewed (0)
Back to top