Merge remote-tracking branch 'origin/master'

This commit is contained in:
Roman Shevchenko
2017-07-13 14:07:59 +02:00
37 changed files with 2124 additions and 1721 deletions
@@ -0,0 +1,6 @@
// "Qualify static call..." "true"
class Test {
void m() {
staticMet<caret>hod();
}
}
@@ -0,0 +1,8 @@
// "Qualify static call..." "true"
package org.intellij;
class Test {
void m() {
staticMet<caret>hod();
}
}
@@ -0,0 +1,6 @@
// "Import static method 'java.lang.Integer.parseInt'" "true"
class Test {
void m() {
staticMet<caret>hod();
}
}
@@ -0,0 +1,8 @@
// "Import static method 'java.lang.Integer.parseInt'" "true"
package org.intellij;
class Test {
void m() {
staticMet<caret>hod();
}
}