- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for ambiguous (0.04 sec)
-
CHANGELOG/CHANGELOG-1.32.md
- Applyconfiguration-gen no longer generates duplicate methods and ambiguous member accesses when types end up with multiple members of the same name (through embedded structs). ([#127001](https://github.com/kubernetes/kubernetes/pull/127001), [@skitt](https://github.com/skitt)) [SIG API Machinery]
Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Tue Dec 16 18:27:41 UTC 2025 - 448.1K bytes - Viewed (0) -
doc/go_spec.html
func()(x) // function signature func() x (func())(x) // x is converted to func() (func() int)(x) // x is converted to func() int func() int(x) // x is converted to func() int (unambiguous) </pre> <p> A <a href="#Constants">constant</a> value <code>x</code> can be converted to type <code>T</code> if <code>x</code> is <a href="#Representability">representable</a> by a value of <code>T</code>.
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Tue Dec 02 23:07:19 UTC 2025 - 286.5K bytes - Viewed (1)