Fix foldr scope
This commit is contained in:
@ -258,7 +258,7 @@ unittest
|
||||
}
|
||||
|
||||
// Typeid
|
||||
nothrow pure @safe unittest
|
||||
nothrow @safe unittest
|
||||
{
|
||||
assert(format!"{}"(typeid(int[])) == "int[]");
|
||||
|
||||
|
Reference in New Issue
Block a user