// "Split into declaration and assignment" "true-preview" import java.util.*; class Test { { List l; l = new ArrayList//end line comment <>(); } }