mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
cache intermediate computation results thread-locally even if recursion prevention has occurred before (IDEA-70668)
This commit is contained in:
@@ -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 {}
|
||||
Reference in New Issue
Block a user