Files
2022-08-22 17:58:06 +00:00

8 lines
177 B
Java

import static java.lang.Integer.parseInt;
// "Import static method 'java.lang.Integer.parseInt()'" "true-preview"
public class X {
{
<caret>parseInt("",10);
}
}