Open GoogleCodeExporter opened 8 years ago
type TMyEnum = (first, second, third); TMySet = set of TMyEnum; var mySet: TMySet := [first, second]; var newSet := mySet * [first, third]; //error: invalid operator if newSet = [first] then //error: invalid operator printLn('Success!')
Original issue reported on code.google.com by masonwhe...@gmail.com on 2 Aug 2014 at 2:38
masonwhe...@gmail.com
Original issue reported on code.google.com by
masonwhe...@gmail.com
on 2 Aug 2014 at 2:38