spi binding: be ready for short names in handleRename (IDEA-164272)

This commit is contained in:
Anna.Kozlova
2016-11-22 20:22:29 +01:00
parent f57a85115b
commit 85fdebf831
7 changed files with 43 additions and 14 deletions
@@ -0,0 +1,5 @@
package bar.foo1;
public class FooRunnable implements Runnable {
public void run() {
}
}
@@ -0,0 +1,5 @@
package bar.f<caret>oo;
public class FooRunnable implements Runnable {
public void run() {
}
}