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:
@ -56,7 +56,8 @@ fun x () {
|
||||
x
|
||||
|
||||
|
||||
class T [ j ] {
|
||||
class T {
|
||||
var j
|
||||
|
||||
fun(#classinst) new() {
|
||||
set j 99
|
||||
|
Reference in New Issue
Block a user