Cast never succeeds: special 'Nothing' / 'Nothing?' case

(cherry picked from commit 63435b4)
This commit is contained in:
Mikhail Glukhikh
2016-07-26 15:50:03 +03:00
committed by Mikhail Glukhikh
parent bf4231d65a
commit b56e84d47f
5 changed files with 29 additions and 2 deletions
@@ -2421,6 +2421,12 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
doTest(fileName);
}
@TestMetadata("AsNothing.kt")
public void testAsNothing() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/cast/AsNothing.kt");
doTest(fileName);
}
@TestMetadata("AsWithOtherParameter.kt")
public void testAsWithOtherParameter() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/cast/AsWithOtherParameter.kt");