Updated test case

This commit is contained in:
Tristan B. Velloza Kildaire 2022-10-14 20:12:33 +02:00
parent 86905da623
commit 2f586a10cd
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ class TestClass
static int x = 2;
static A y;
class P
static class P
{
static int h;
}