Wiki
Roadmap
Timeline
Tickets
New Ticket
Source
Search
Help / Guide
About Trac
Login
Ticket #340
: switch_good.d
File switch_good.d, 153 bytes (added by revcompgeek, 3 years ago)
Good module
Line
1
module
test
;
2
3
class
Foo
(
T
)
4
{
5
void
bar
()
6
{
7
switch
(
'a'
){
8
case
'a'
:
9
case
'k'
:
10
case
'f'
:
11
case
'g'
:
12
}
13
}
14
}
15
void
main
()
16
{
17
new
Foo
!(
int
);
18
}
Download in other formats:
Original Format
Copyright © 2008, LDC Development Team.