package p;

import java.util.List;

class A {
    int count(List<String> /*[*/arg/*]*/) {
        return arg.size();
    }
}