WIP: Adding support for `static` keyword without preceding accessor

This commit is contained in:
Tristan B. Kildaire 2021-06-06 15:35:04 +02:00
parent f0dae29533
commit 82cffeaccb
1 changed files with 5 additions and 0 deletions

View File

@ -29,6 +29,11 @@ class kl
{
static Shekshi l;
kl o;
public int k1;
public static int k2;
int k3;
static int k4;
}
struct structTest