hades-lang
hades-lang copied to clipboard
Using `this` in a lambda function crashes the compiler
Related to #82. Can use the same workaround, which is
val self = this
call || {
// can use self here, but not `this`
}