blob: 8f30bac97af3a3f32e8a3a6426c4f89a9127cc1a [file] [log] [blame]
// https://issues.dlang.org/show_bug.cgi?id=21939
/*
TEST_OUTPUT:
---
fail_compilation/test21939.d(10): Error: invalid `foreach` aggregate `Object` of type `Object`
fail_compilation/test21939.d(10): maybe define `opApply()`, range primitives, or use `.tupleof`
---
*/
static foreach (a; Object) {}