Decompilation of synchronized blocks generated by the Kotlin compiler

This commit is contained in:
upnotes
2018-08-10 15:00:26 +02:00
committed by Roman Shevchenko
parent 2431c0fe94
commit 7e98f686c0
6 changed files with 180 additions and 0 deletions

View File

@@ -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