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