mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +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);
|
|
}
|
|
} |