rewrote compile_fun() to support attribute list for a function
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:
@ -58,7 +58,7 @@ x
|
||||
|
||||
class T [ j ] {
|
||||
|
||||
fun :* new() {
|
||||
fun(#classinst) new() {
|
||||
set j 99
|
||||
return self
|
||||
}
|
||||
|
Reference in New Issue
Block a user