WIP: Need to add support for `static`

static_support
Tristan B. V. Kildaire 2021-06-04 14:39:49 +02:00
parent 16bfdbfc2f
commit 6225b5e62f
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ protected ubyte k3 = -1;
class kl
{
Shekshi l;
static Shekshi l;
kl o;
}