DanielGavin / ols

Language server for Odin
MIT License
417 stars 62 forks source link

PROBLEM inferring type of a bitset derived from an enum #245

Closed ChuuniMage closed 11 months ago

ChuuniMage commented 12 months ago

image

test :: proc () { Foo :: enum { A, B, C, } derived_bit_set := bit_set[Foo]{} }

DanielGavin commented 11 months ago

Fixed.