// "Replace with 'Map.of()' call" "true" import java.util.*; public class Test { private static final Map myMap2 = Map.of(1, "one", 2, "two"); }