WIP: Adding support for `static` keyword without preceding accessor
parent
f0dae29533
commit
82cffeaccb
|
@ -29,6 +29,11 @@ class kl
|
||||||
{
|
{
|
||||||
static Shekshi l;
|
static Shekshi l;
|
||||||
kl o;
|
kl o;
|
||||||
|
|
||||||
|
public int k1;
|
||||||
|
public static int k2;
|
||||||
|
int k3;
|
||||||
|
static int k4;
|
||||||
}
|
}
|
||||||
|
|
||||||
struct structTest
|
struct structTest
|
||||||
|
|
Loading…
Reference in New Issue