mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
8 lines
211 B
D
8 lines
211 B
D
/*
|
|
TEST_OUTPUT:
|
|
---
|
|
fail_compilation/fail19912e.d(7): Error: function `fail19912e.object` conflicts with import `fail19912e.object` at fail_compilation/fail19912e.d
|
|
---
|
|
*/
|
|
void object() { }
|
|
void fun(string) { }
|