root/trunk/src/tutorials/examples/errorMsg/dm_bugs_1313/c.d
| Revision 6, 253 bytes (checked in by jcc7, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | //The following code gives this error message, but I think it should work: |
| 2 | //v.d(3): import std conflicts with d.std at d.d(3) |
| 3 | |
| 4 | |
| 5 | |
| 6 | //[c.d] |
| 7 | module c; |
| 8 | |
| 9 | import v; |
| 10 | import d; |
| 11 | |
| 12 | //import std.stream; |
| 13 | |
| 14 | |
| 15 | V start; |
| 16 | /+v.+/ std.stream.File file; |
Note: See TracBrowser for help on using the browser.
