Loading generic interfaces with upper bounds.

This commit is contained in:
Evgeny Gerashchenko
2013-03-21 21:52:19 +04:00
parent dea7ef77ec
commit 0422253943
6 changed files with 49 additions and 5 deletions
@@ -1140,6 +1140,16 @@ public class LoadJavaTestGenerated extends AbstractLoadJavaTest {
doTestCompiledJava("compiler/testData/loadJava/compiledJava/singleAbstractMethod/FilenameFilter.java");
}
@TestMetadata("GenericInterfaceParameterWithSelfBound.java")
public void testGenericInterfaceParameterWithSelfBound() throws Exception {
doTestCompiledJava("compiler/testData/loadJava/compiledJava/singleAbstractMethod/GenericInterfaceParameterWithSelfBound.java");
}
@TestMetadata("GenericInterfaceParametersWithBounds.java")
public void testGenericInterfaceParametersWithBounds() throws Exception {
doTestCompiledJava("compiler/testData/loadJava/compiledJava/singleAbstractMethod/GenericInterfaceParametersWithBounds.java");
}
@TestMetadata("GenericMethodParameters.java")
public void testGenericMethodParameters() throws Exception {
doTestCompiledJava("compiler/testData/loadJava/compiledJava/singleAbstractMethod/GenericMethodParameters.java");