annotate addon/alias_25_Z.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 dbc5a2f786d1
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
581
dbc5a2f786d1 ignored attributes of imported alias
thomask
parents:
diff changeset
1 module addon.alias_25_Z;
dbc5a2f786d1 ignored attributes of imported alias
thomask
parents:
diff changeset
2
dbc5a2f786d1 ignored attributes of imported alias
thomask
parents:
diff changeset
3 int i;
dbc5a2f786d1 ignored attributes of imported alias
thomask
parents:
diff changeset
4
dbc5a2f786d1 ignored attributes of imported alias
thomask
parents:
diff changeset
5 public alias i iPublic;
dbc5a2f786d1 ignored attributes of imported alias
thomask
parents:
diff changeset
6 private alias i iPrivate;
dbc5a2f786d1 ignored attributes of imported alias
thomask
parents:
diff changeset
7 package alias i iPackage;
dbc5a2f786d1 ignored attributes of imported alias
thomask
parents:
diff changeset
8 deprecated alias i iDeprecated;