Skip to content

Commit 0df194e

Browse files
HackerpilotWebFreak001
authored andcommitted
Copy a file over so that it gets counted towards code coverage
1 parent 99a4971 commit 0df194e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/pass_files/named_arguments.d

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
void main()
2+
{
3+
a(100);
4+
b(x: 100);
5+
c(x: 100, y: 200);
6+
d!(a: "a", b: "b")("c");
7+
}

0 commit comments

Comments
 (0)