Tests for issues fixed in ed95463

#KT-2831 Fixed
#KT-3286 Fixed
#KT-3863 Fixed
#KT-3976 Fixed
This commit is contained in:
Andrey Breslav
2013-10-25 17:17:20 +04:00
parent 6df469b66f
commit 46831b8d43
5 changed files with 84 additions and 0 deletions
@@ -4357,6 +4357,26 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest("compiler/testData/codegen/box/typeMapping/hashable.kt");
}
@TestMetadata("kt2831.kt")
public void testKt2831() throws Exception {
doTest("compiler/testData/codegen/box/typeMapping/kt2831.kt");
}
@TestMetadata("kt3286.kt")
public void testKt3286() throws Exception {
doTest("compiler/testData/codegen/box/typeMapping/kt3286.kt");
}
@TestMetadata("kt3863.kt")
public void testKt3863() throws Exception {
doTest("compiler/testData/codegen/box/typeMapping/kt3863.kt");
}
@TestMetadata("kt3976.kt")
public void testKt3976() throws Exception {
doTest("compiler/testData/codegen/box/typeMapping/kt3976.kt");
}
@TestMetadata("nothing.kt")
public void testNothing() throws Exception {
doTest("compiler/testData/codegen/box/typeMapping/nothing.kt");