]> gcc.gnu.org Git - gcc.git/blob - gcc/testsuite/gdc.test/fail_compilation/imports/test15785.d
Add D front-end, libphobos library, and D2 testsuite.
[gcc.git] / gcc / testsuite / gdc.test / fail_compilation / imports / test15785.d
1 module imports.test15785;
2
3 class Base
4 {
5 private void foo() {}
6 private void bar() {}
7 private alias T = int;
8 }
9
10 interface IBase2
11 {
12 private alias T = int;
13 }
This page took 0.034413 seconds and 5 git commands to generate.