mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
inline: insert sync on class object when static sync method is inlined (IDEA-65449)
This commit is contained in:
@@ -36,6 +36,10 @@ public class InlineMethodTest extends LightCodeInsightTestCase {
|
||||
doTest();
|
||||
}
|
||||
|
||||
public void testStaticSynchronized() throws Exception {
|
||||
doTest();
|
||||
}
|
||||
|
||||
public void testSuperInsideHierarchy() throws Exception {
|
||||
doTest();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user