mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-26 08:21:26 +07:00
8 lines
175 B
Java
8 lines
175 B
Java
import static java.lang.Integer.parseInt;
|
|
|
|
// "Import static method 'java.lang.Integer.parseInt'" "true-preview"
|
|
public class X {
|
|
{
|
|
<caret>parseInt("",10);
|
|
}
|
|
} |