// "Replace with 'put()'" "true-preview" import java.util.*; class Test { void test(Map map) { map.putAll(Collections.singletonMap(1, "one")); } }