dmd/compiler/test/runnable/imports/test46c.d
2022-07-09 18:53:07 +02:00

6 lines
59 B
D

module imports.test46c;
class C(T)
{
void foo() { }
}