Added test for propagation of projection kind.

#KT-2776 in progress
This commit is contained in:
Evgeny Gerashchenko
2012-11-22 15:08:16 +04:00
parent 795b3bfbe0
commit 4df311366d
5 changed files with 50 additions and 0 deletions
@@ -461,6 +461,11 @@ public class LoadJavaTestGenerated extends AbstractLoadJavaTest {
doTest("compiler/testData/loadJava/kotlinSignature/propagation/parameter/InheritNullability.java");
}
@TestMetadata("InheritProjectionKind.java")
public void testInheritProjectionKind() throws Exception {
doTest("compiler/testData/loadJava/kotlinSignature/propagation/parameter/InheritProjectionKind.java");
}
@TestMetadata("InheritReadOnliness.java")
public void testInheritReadOnliness() throws Exception {
doTest("compiler/testData/loadJava/kotlinSignature/propagation/parameter/InheritReadOnliness.java");
@@ -1351,6 +1351,11 @@ public class LazyResolveNamespaceComparingTestGenerated extends AbstractLazyReso
doTestSinglePackage("compiler/testData/loadJava/kotlinSignature/propagation/parameter/InheritNullability.kt");
}
@TestMetadata("InheritProjectionKind.kt")
public void testInheritProjectionKind() throws Exception {
doTestSinglePackage("compiler/testData/loadJava/kotlinSignature/propagation/parameter/InheritProjectionKind.kt");
}
@TestMetadata("InheritReadOnliness.kt")
public void testInheritReadOnliness() throws Exception {
doTestSinglePackage("compiler/testData/loadJava/kotlinSignature/propagation/parameter/InheritReadOnliness.kt");