import java.util.*; public class CompletionShouldNotAddExtraComma { List getResult(String str) { if (str == null) return Collections.empty Integer a = 1; return Collections.emptyList(); } }