mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-04 02:44:44 +00:00
closed ambiguous enum defaults to first overload (#20457)
* closed ambiguous enum defaults to first overload * add warning * turn to hint * work around config
This commit is contained in:
@@ -8,3 +8,8 @@ template t =
|
||||
doAssert some(Success)
|
||||
|
||||
t()
|
||||
|
||||
block: # legacy support for behavior before overloadableEnums
|
||||
# warning: ambiguous enum field 'Success' assumed to be of type MyEnum
|
||||
let x = {Success}
|
||||
doAssert x is set[MyEnum]
|
||||
|
||||
Reference in New Issue
Block a user