cache intermediate computation results thread-locally even if recursion prevention has occurred before (IDEA-70668)

This commit is contained in:
peter
2011-06-17 19:18:06 +02:00
parent f716213c21
commit d1e07155ab
6 changed files with 110 additions and 14 deletions
@@ -0,0 +1,5 @@
import static Foo.*;
class Foo implements <ref>Bar1, Bar2, Bar3, Bar4, Bar5, Bar6, Bar7, Bar8, Bar9, Bar10, Bar11, Bar12, Bar13, Bar14 {
}
@@ -0,0 +1,6 @@
import static Foo1.*;
import static Foo0.*;
import static Foo3.*;
import static Foo.*;
class Foo extends <ref>Bar {}