EA-26800 drop caches in the completion file copy

This commit is contained in:
peter
2011-04-19 20:41:54 +02:00
parent 311aa3dd9d
commit 7ccc1e2a64
3 changed files with 21 additions and 0 deletions
@@ -0,0 +1,9 @@
class Foo extends Super {
public void f<caret>oo() {
}
}
class Super {
public void foo() {
}
}