Decompilation of synchronized blocks generated by the Kotlin compiler
This commit is contained in:
committed by
Roman Shevchenko
parent
2431c0fe94
commit
7e98f686c0
@@ -109,6 +109,7 @@ public class SingleClassesTest {
|
||||
@Test public void testMissingConstructorCallBad() { doTest("pkg/TestMissingConstructorCallBad"); }
|
||||
@Test public void testEmptyBlocks() { doTest("pkg/TestEmptyBlocks"); }
|
||||
@Test public void testPrivateEmptyConstructor() { doTest("pkg/TestPrivateEmptyConstructor"); }
|
||||
@Test public void testSynchronizedUnprotected() { doTest("pkg/TestSynchronizedUnprotected"); }
|
||||
|
||||
|
||||
// TODO: fix all below
|
||||
|
||||
Reference in New Issue
Block a user