|
|
@ -1,4 +1,4 @@ |
|
|
|
// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
|
|
|
// Copyright 2000-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
|
|
|
package org.jetbrains.java.decompiler; |
|
|
|
package org.jetbrains.java.decompiler; |
|
|
|
|
|
|
|
|
|
|
|
import org.jetbrains.java.decompiler.main.decompiler.ConsoleDecompiler; |
|
|
|
import org.jetbrains.java.decompiler.main.decompiler.ConsoleDecompiler; |
|
|
@ -70,8 +70,7 @@ public class SingleClassesTest { |
|
|
|
@Test public void testAnonymousSignature() { doTest("pkg/TestAnonymousSignature"); } |
|
|
|
@Test public void testAnonymousSignature() { doTest("pkg/TestAnonymousSignature"); } |
|
|
|
@Test public void testLocalsSignature() { doTest("pkg/TestLocalsSignature"); } |
|
|
|
@Test public void testLocalsSignature() { doTest("pkg/TestLocalsSignature"); } |
|
|
|
@Test public void testParameterizedTypes() { doTest("pkg/TestParameterizedTypes"); } |
|
|
|
@Test public void testParameterizedTypes() { doTest("pkg/TestParameterizedTypes"); } |
|
|
|
@Test public void testShadowing() { doTest("pkg/TestShadowing", "pkg/Shadow", "ext/Shadow", |
|
|
|
@Test public void testShadowing() { doTest("pkg/TestShadowing", "pkg/Shadow", "ext/Shadow", "pkg/TestShadowingSuperClass"); } |
|
|
|
"pkg/TestShadowingSuperClass"); } |
|
|
|
|
|
|
|
@Test public void testStringConcat() { doTest("pkg/TestStringConcat"); } |
|
|
|
@Test public void testStringConcat() { doTest("pkg/TestStringConcat"); } |
|
|
|
@Test public void testJava9StringConcat() { doTest("java9/TestJava9StringConcat"); } |
|
|
|
@Test public void testJava9StringConcat() { doTest("java9/TestJava9StringConcat"); } |
|
|
|
@Test public void testJava9ModuleInfo() { doTest("java9/module-info"); } |
|
|
|
@Test public void testJava9ModuleInfo() { doTest("java9/module-info"); } |
|
|
|