-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[JS] Pass args correctly to
forEach
for JS views on Kotlin maps & sets
The `forEach` callback expects: - `this` to be the same as the second argument of the `forEach` call - for maps, the first arg is value, the second arg is key, the third arg is the map itself - for sets, the first arg is value, the second arg is also value, the third arg is the set itself ^KT-70707 Fixed
- Loading branch information
1 parent
3f0fc86
commit 8c2df4e
Showing
3 changed files
with
49 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters