mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-15 05:43:47 +07:00
9 lines
168 B
Java
9 lines
168 B
Java
// "Static Import Method 'java.lang.Integer.parseInt'" "true"
|
|
|
|
import static java.lang.Integer.parseInt;
|
|
|
|
public class X {
|
|
{
|
|
<caret>parseInt("",10);
|
|
}
|
|
} |