changed the syntax of the class-level variable declacration to use square brackets
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@ -56,7 +56,7 @@ defun x () {
|
||||
x
|
||||
|
||||
|
||||
class T | j | {
|
||||
class T [ j ] {
|
||||
|
||||
defun :* new() {
|
||||
set j 99
|
||||
|
Reference in New Issue
Block a user