Skip to content

Commit

Permalink
typedef->alias
Browse files Browse the repository at this point in the history
Test case still valid on 0.165 after this change.
  • Loading branch information
Don Clugston committed Sep 21, 2011
1 parent 424d338 commit a799d53
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

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

ft[] x; // is allowed

Expand Down

0 comments on commit a799d53

Please sign in to comment.