Skip to content

Commit

Permalink
chore: self mutation (e2e-1of2.diff)
Browse files Browse the repository at this point in the history
Signed-off-by: monada-bot[bot] <[email protected]>
  • Loading branch information
monadabot committed Mar 28, 2024
1 parent e344563 commit 22c56e4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ class $Root extends $stdlib.std.Resource {
$helpers.assert($helpers.eq((jsiiClass.applyClosure(5, ((x) => {
return (x * 2);
}))), 10), "jsiiClass.applyClosure(5, (x) => { return x * 2; }) == 10");
const jsiiStruct = ({"field": "struct field"});
$helpers.assert($helpers.eq((jsiiClass.methodWithStructParam(jsiiStruct)), "struct field"), "jsiiClass.methodWithStructParam(jsiiStruct) == \"struct field\"");
}
}
const $PlatformManager = new $stdlib.platform.PlatformManager({platformPaths: $platforms});
Expand Down

0 comments on commit 22c56e4

Please sign in to comment.