mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
8 lines
207 B
D
8 lines
207 B
D
/*
|
|
TEST_OUTPUT:
|
|
---
|
|
fail_compilation/fail19912b.d(7): Error: class `fail19912b.object` conflicts with import `fail19912b.object` at fail_compilation/fail19912b.d
|
|
---
|
|
*/
|
|
class object { }
|
|
void fun(string) { }
|