Fix foldr scope

This commit is contained in:
2022-05-29 21:43:08 +02:00
parent c7bfbe0657
commit cfcb1e727a
3 changed files with 3 additions and 5 deletions

View File

@ -258,7 +258,7 @@ unittest
}
// Typeid
nothrow pure @safe unittest
nothrow @safe unittest
{
assert(format!"{}"(typeid(int[])) == "int[]");