mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
14 lines
723 B
D
14 lines
723 B
D
// https://issues.dlang.org/show_bug.cgi?id=23109
|
|
/*
|
|
EXTRA_FILES: imports/test23109a.d imports/test23109b.d imports/test23109c.d
|
|
EXTRA_SOURCES: extra-files/test23109/object.d
|
|
TEST_OUTPUT:
|
|
---
|
|
Error: no property `getHash` for `typeid(const(Ensure[]))` of type `object.TypeInfo_Const`
|
|
fail_compilation/extra-files/test23109/object.d(7): class `TypeInfo_Const` defined here
|
|
Error: no property `getHash` for `typeid(const(Ensure[1]))` of type `object.TypeInfo_Const`
|
|
fail_compilation/extra-files/test23109/object.d(7): class `TypeInfo_Const` defined here
|
|
fail_compilation/imports/test23109a.d(10): Error: template instance `imports.test23109a.Array!(Ensure)` error instantiating
|
|
---
|
|
*/
|
|
import imports.test23109a;
|