blob: 756b5fd31887b07a488302b8295086e9158370dc [file] [log] [blame]
package p;
import java.util.List;
class Inner{
void foo(List list) {}
}