annotate nocompile/enum_26_A.d @ 506:9a1ad98b24da

added illegal range and illegal type checks for Enum
author thomask
date Tue, 10 May 2005 23:43:19 +0000
parents
children 9a121126b077
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
506
9a1ad98b24da added illegal range and illegal type checks for Enum
thomask
parents:
diff changeset
1 // $HeadURL: http://dstress.kuehne.cn/nocompile/enum_26_A.d $
9a1ad98b24da added illegal range and illegal type checks for Enum
thomask
parents:
diff changeset
2 // $Date: 2005-05-03 22:02:05 +0200 (Di, 03 Mai 2005) $
9a1ad98b24da added illegal range and illegal type checks for Enum
thomask
parents:
diff changeset
3 // $Author: thomask $
9a1ad98b24da added illegal range and illegal type checks for Enum
thomask
parents:
diff changeset
4
9a1ad98b24da added illegal range and illegal type checks for Enum
thomask
parents:
diff changeset
5 // __DSTRESS_ELINE__ 10
9a1ad98b24da added illegal range and illegal type checks for Enum
thomask
parents:
diff changeset
6
9a1ad98b24da added illegal range and illegal type checks for Enum
thomask
parents:
diff changeset
7 module dstress.nocompile.enum_26_A;
9a1ad98b24da added illegal range and illegal type checks for Enum
thomask
parents:
diff changeset
8
9a1ad98b24da added illegal range and illegal type checks for Enum
thomask
parents:
diff changeset
9 enum Enum : byte{
9a1ad98b24da added illegal range and illegal type checks for Enum
thomask
parents:
diff changeset
10 A = 128
9a1ad98b24da added illegal range and illegal type checks for Enum
thomask
parents:
diff changeset
11 }