inline: insert sync on class object when static sync method is inlined (IDEA-65449)

This commit is contained in:
anna
2011-02-14 14:13:10 +01:00
parent 9b28b9cf01
commit 13d5d02daa
4 changed files with 57 additions and 16 deletions

View File

@@ -36,6 +36,10 @@ public class InlineMethodTest extends LightCodeInsightTestCase {
doTest();
}
public void testStaticSynchronized() throws Exception {
doTest();
}
public void testSuperInsideHierarchy() throws Exception {
doTest();
}