Fix false warning about check for instance of nullable type

#KT-12269 Fixed
This commit is contained in:
Mikhail Zarechenskiy
2017-04-05 16:37:02 +03:00
parent 0d6b7bb6a1
commit 90a8a164b4
6 changed files with 65 additions and 6 deletions
@@ -2710,6 +2710,12 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
doTest(fileName);
}
@TestMetadata("checkCastToNullableType.kt")
public void testCheckCastToNullableType() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/cast/checkCastToNullableType.kt");
doTest(fileName);
}
@TestMetadata("constants.kt")
public void testConstants() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/cast/constants.kt");