mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 02:38:59 +07:00
- call `commitDocument` explicitly in cases when `calculateQuickResult` can redirect it's calculation to heavy `calculateResult` GitOrigin-RevId: 41f0c47c57f4528d7d7a25208024ec28bb8c2e12
6 lines
64 B
Java
6 lines
64 B
Java
package c;
|
|
import a.*;
|
|
|
|
class Test extends Base {
|
|
Test() { }
|
|
} |