Updated test case

parser_exception_before
Tristan B. V. Kildaire 2021-03-31 10:33:59 +02:00
parent bcd9ea608a
commit 290028d203
1 changed files with 20 additions and 0 deletions

View File

@ -21,6 +21,26 @@ public ubyte k = 1;
private ubyte k2 = 1;
protected ubyte k3 = -1;
class X : myModule.ooga
{
class Y : ooga
{
}
class D : X.Y
{
}
class Z : myModule.ooga
{
}
}
class ooga : O
{