// "Replace with 'Map.of()' call" "true" import java.util.*; public class Test { public void test() { Map myMap; myMap = Map.of("a", "b", "c", "b"); } }