mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-25 21:00:17 +03:00
12 lines
89 B
D
12 lines
89 B
D
struct S
|
|
{
|
|
int myProp() @property
|
|
{
|
|
static if (a)
|
|
{
|
|
}
|
|
else if (b)
|
|
{
|
|
}
|
|
}
|
|
}
|