annotate addon/private_import_B.d @ 1597:8b9d4d2f925a

Fix typos in complex tests. See D bug 614.
author Christian Kamm <kamm incasoftware de>
date Tue, 09 Sep 2008 16:53:58 +0200
parents cb22f2d42678
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
218
cb22f2d42678 circumvent import bug
thomask
parents: 101
diff changeset
1 module addon.private_import_B;
90
5a0c46ed4e4a simplified private_import (step 1/2)
thomask
parents:
diff changeset
2
218
cb22f2d42678 circumvent import bug
thomask
parents: 101
diff changeset
3 private import addon.private_import_A;
90
5a0c46ed4e4a simplified private_import (step 1/2)
thomask
parents:
diff changeset
4
101
d0492a3bb82b fixed private_import tests
thomask
parents: 90
diff changeset
5 class Bar {
d0492a3bb82b fixed private_import tests
thomask
parents: 90
diff changeset
6
d0492a3bb82b fixed private_import tests
thomask
parents: 90
diff changeset
7 }