mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-09 08:09:39 +07:00
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);
|
|
}
|
|
} |