blob: bc4688b2fb36bcc9634102e9123f23aed57569dd [file] [log] [blame]
import static java.lang.Integer.parseInt;
// "Static Import Method 'java.lang.Integer.parseInt'" "true"
public class X {
{
<caret>parseInt("",10);
}
}