mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-29 01:40:07 +07:00
renamed static import -> import static (IDEA-161681)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import static java.lang.Integer.parseInt;
|
||||
|
||||
// "Static import method 'java.lang.Integer.parseInt'" "true"
|
||||
// "Import static method 'java.lang.Integer.parseInt'" "true"
|
||||
public class X {
|
||||
{
|
||||
<caret>parseInt("",10);
|
||||
|
||||
Reference in New Issue
Block a user