

class WithDiamond {
   public void method() {
      final List<Type> list = new ArrayList<>();
   }
}