enhancing the compiler to handle 'var' in the class scope. unneeded code to be removed asap
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:
@ -96,7 +96,8 @@ if (== y 29) {
|
||||
|
||||
## --------------------------------------
|
||||
|
||||
class A [ a b c ] {
|
||||
class A {
|
||||
var a b c
|
||||
fun(#ci) newInstance(x y z) {
|
||||
set a x
|
||||
set b y
|
||||
|
Reference in New Issue
Block a user