changed ::: to :: to indicate class variables, parent class, retvar
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -2,7 +2,7 @@ defclass B | x y | {
|
||||
|
||||
};
|
||||
|
||||
defclass X ::: B | a b | {
|
||||
defclass X :: B | a b | {
|
||||
defun :* new(t) {
|
||||
| a |
|
||||
set self.a t;
|
||||
|
Reference in New Issue
Block a user