Skip to content

Commit

Permalink
Move issue 11957 test case to compilable/testparse.d
Browse files Browse the repository at this point in the history
  • Loading branch information
9rnsr committed Mar 29, 2015
1 parent 738eb7c commit 793fd55
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
13 changes: 0 additions & 13 deletions test/compilable/parse11957.d

This file was deleted.

16 changes: 16 additions & 0 deletions test/compilable/testparse.d
Expand Up @@ -143,3 +143,19 @@ void test11689()
// 11751

static assert(is(float == typeof(0x0.1p1F)));

/***************************************************/
// 11957

extern(C++) class C11957
{
void x() {}
}

void test11957()
{
extern(C++) class D : C11957
{
override void x() {}
}
}

0 comments on commit 793fd55

Please sign in to comment.