mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
method signature: don't substitute twice during erasure (IDEA-167386)
This commit is contained in:
@@ -622,4 +622,8 @@ public class GenericsHighlightingTest extends LightDaemonAnalyzerTestCase {
|
||||
public void testNotErasedReturnValueUnderJdk7() throws Exception {
|
||||
doTest(LanguageLevel.JDK_1_7, JavaSdkVersion.JDK_1_8, false);
|
||||
}
|
||||
|
||||
public void testAvoidDblSubstitutionDuringErasureOfParameterTypesOfMethodSignature() throws Exception {
|
||||
doTest(LanguageLevel.JDK_1_7, JavaSdkVersion.JDK_1_8, false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user