Skip to content

Commit

Permalink
Close issue 6541
Browse files Browse the repository at this point in the history
  • Loading branch information
SSoulaimane committed Apr 19, 2019
1 parent b52b0c7 commit b1333d5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test/compilable/staticsync0.d
@@ -0,0 +1,10 @@
class C
{
static synchronized func(alias a)() {}
}

void main()
{
int a;
C.func!a();
}

0 comments on commit b1333d5

Please sign in to comment.