// "Replace with a null check" "false" class Test { void test(String s) { Object object = s; if(object instanceof String s1) { System.out.println("always: " + s1); } } }