dao
dao copied to clipboard
Forbid implicit int => enum conversion
(dao) c: enum<a,b> = 1
= 1
It's becomes very dangerous in case of routine params.
I agree and I'll add, that the current implicit conversion in the opposite direction (enum => int) should be left untouched.