https://issues.dlang.org/show_bug.cgi?id=24656

--- Comment #1 from [email protected] ---
Furthermore, the following additional function values to compile, which is very
counter-intuitive as E shouldn’t implicitly convert to byte as its EnumBaseType
is ubyte and it has a value outside the range of byte.

```
void indirect(E e){
    foo(e);
}
```

--

Reply via email to