// "Remove 'containsKey()' check" "true-preview" import java.util.Map; class Test { void test(Map map, String key) { /*contains!!!*/ map.remove(/*remove!!!*/key); } }