// "Replace 'list' with pattern variable" "true" import java.util.*; class X { void test(List obj) { if (obj instanceof ArrayList list) { } } }