Skip to content

Commit

Permalink
test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
SSoulaimane committed Jan 25, 2019
1 parent d2aca97 commit 627035e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 21 deletions.
10 changes: 10 additions & 0 deletions test/compilable/test324.d
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
struct Foo
{
void doStuff(alias fun)() {}
}

void main()
{
Foo foo;
foo.doStuff!( (i) { return i; })();
}
21 changes: 0 additions & 21 deletions test/fail_compilation/fail324.d

This file was deleted.

0 comments on commit 627035e

Please sign in to comment.