Skip to content

Commit

Permalink
This is a function type, not function pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
Don Clugston committed Sep 21, 2011
1 parent f99e655 commit 5ae9d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fail_compilation/fail111.d
@@ -1,6 +1,6 @@
// 289

alias int function (int) ft;
alias int ft(int);

ft[] x; // is allowed

Expand Down

0 comments on commit 5ae9d31

Please sign in to comment.