mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
13 lines
236 B
D
13 lines
236 B
D
/*
|
|
EXTRA_FILES: imports/b17918a.d
|
|
TEST_OUTPUT:
|
|
---
|
|
fail_compilation/imports/b17918a.d(7): Error: undefined identifier `_listMap`
|
|
---
|
|
*/
|
|
// https://issues.dlang.org/show_bug.cgi?id=17918
|
|
import imports.b17918a;
|
|
|
|
class Derived : Base
|
|
{
|
|
}
|