Fix test dsl/mapComputeIfAbsent
This commit is contained in:
committed by
Yan Zhulanow
parent
bde34b45e7
commit
bf82cd9b40
@@ -1,3 +1,3 @@
|
|||||||
map.getOrPut(key, { y ->
|
map.computeIfAbsent(key, { y ->
|
||||||
map.method()
|
map.method()
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user