mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-05 02:24:00 +07:00
GitOrigin-RevId: 1cfc8afb26b5db175d865f6bbdc752356040d8bb
8 lines
177 B
Java
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);
|
|
}
|
|
} |