Fix safe call

This commit is contained in:
Natalia Ukhorskaya
2013-12-12 17:11:41 +04:00
parent db8222c50a
commit 66effee8cd
3 changed files with 22 additions and 1 deletions
@@ -733,6 +733,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest("compiler/testData/codegen/box/casts/asSafe.kt");
}
@TestMetadata("asSafeFail.kt")
public void testAsSafeFail() throws Exception {
doTest("compiler/testData/codegen/box/casts/asSafeFail.kt");
}
@TestMetadata("castGenericNull.kt")
public void testCastGenericNull() throws Exception {
doTest("compiler/testData/codegen/box/casts/castGenericNull.kt");