The following code
struct Foo {
public message: String
public function print_message(this) {
let captures_this = function() {
println(this.message)
}
captures_this()
}
}
gives a error: 'this' cannot be implicitly captured in this context
in the C++ compiler, when it should probably just fail in the jakt compiler.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too