hades-lang icon indicating copy to clipboard operation
hades-lang copied to clipboard

Using `this` in a lambda function crashes the compiler

Open dhruvrajvanshi opened this issue 3 years ago • 0 comments

Related to #82. Can use the same workaround, which is

val self = this

call || {
   // can use self here, but not `this`
}

dhruvrajvanshi avatar Jan 31 '22 09:01 dhruvrajvanshi