added map_try! + walk_try! test (#7770)

* map_try! + walk_try! test

* update mono tests
This commit is contained in:
Anton-4 2025-04-29 22:05:12 +02:00 committed by GitHub
parent e89bb6eb50
commit 882577bebc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
51 changed files with 1510 additions and 1352 deletions

View file

@ -1531,6 +1531,7 @@ define_builtins! {
93 LIST_SPLIT_ON: "split_on"
94 LIST_SPLIT_ON_LIST: "split_on_list"
95 LIST_WALK_TRY_FX: "walk_try!"
96 LIST_MAP_TRY_FX: "map_try!"
}
7 RESULT: "Result" => {
0 RESULT_RESULT: "Result" exposed_type=true // the Result.Result type alias