mirror of
https://github.com/dlang/phobos.git
synced 2025-04-27 13:40:20 +03:00
typetuple: 100% code coverage
This commit is contained in:
parent
4b125d87c0
commit
04d23a2304
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
///
|
///
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue