typetuple: 100% code coverage

This commit is contained in:
Berni 2019-09-29 20:13:44 +02:00
parent 4b125d87c0
commit 04d23a2304

View file

@ -28,6 +28,7 @@ alias TypeTuple = AliasSeq;
{ {
return td[0] + cast(int) td[1]; return td[0] + cast(int) td[1];
} }
assert(foo(1, 2.5) == 3);
} }
/// ///