package de.hub.srcrepo.sstestdata.proxy.r1; import java.util.List; public class B { public void clear(List<String> a) { a.clear(); } }