tailOffset degraded in class name completion (EA-24778)

This commit is contained in:
peter
2011-01-18 20:08:23 +01:00
parent 8ef9a6efe8
commit f2ad1eb124
7 changed files with 32 additions and 6 deletions
@@ -0,0 +1,6 @@
public class Bar {
{
if (2 != InpStrRea<caret>Aaa) {
}
}
}
@@ -0,0 +1,8 @@
import java.io.InputStreamReader;
public class Bar {
{
if (2 != InputStreamReader<caret>Aaa) {
}
}
}