mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
4 lines
121 B
D
4 lines
121 B
D
// https://issues.dlang.org/show_bug.cgi?id=22632
|
|
|
|
static assert(["one": 1] != null);
|
|
static assert(null != ["one": 1]);
|