[tests] generic vararg decompilation test case (IDEA-204272)

This commit is contained in:
Roman Shevchenko
2018-12-17 13:53:04 +01:00
parent e9cae6c720
commit 17a9fb2526
4 changed files with 71 additions and 0 deletions

View File

@@ -126,6 +126,7 @@ public class SingleClassesTest {
@Test public void testPrivateClasses() { doTest("pkg/PrivateClasses"); }
@Test public void testSuspendLambda() { doTest("pkg/TestSuspendLambdaKt"); }
@Test public void testNamedSuspendFun2Kt() { doTest("pkg/TestNamedSuspendFun2Kt"); }
@Test public void testGenericArgs() { doTest("pkg/TestGenericArgs"); }
private void doTest(String testFile, String... companionFiles) {
ConsoleDecompiler decompiler = fixture.getDecompiler();