Fix test dsl/mapComputeIfAbsent

This commit is contained in:
Vitaliy.Bibaev
2017-12-22 18:50:24 +03:00
committed by Yan Zhulanow
parent bde34b45e7
commit bf82cd9b40
+1 -1
View File
@@ -1,3 +1,3 @@
map.getOrPut(key, { y ->
map.computeIfAbsent(key, { y ->
map.method()
})