Created these while experimenting with LibJS. Might as well bring them into the tree and increase our coverage.
4 lines
64 B
JavaScript
4 lines
64 B
JavaScript
function foo() {
|
|
return (() => this.x + this.y)();
|
|
}
|
|
foo();
|