mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
14 lines
175 B
D
14 lines
175 B
D
module imports.test9276expr;
|
|
|
|
import imports.test9276parser;
|
|
import imports.test9276util;
|
|
|
|
class Node
|
|
{
|
|
mixin DownCastMethods!Declaration;
|
|
|
|
}
|
|
|
|
class Expression : Node
|
|
{
|
|
}
|