[Test] Add test for KT-53460
This commit is contained in:
committed by
Space Team
parent
31d046e8cd
commit
5d6328a706
+6
@@ -22924,6 +22924,12 @@ public class FirLightTreeOldFrontendDiagnosticsTestGenerated extends AbstractFir
|
||||
runTest("compiler/testData/diagnostics/tests/nullableTypes/kt58844.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("notUselessComparasionAfterSmartcast.kt")
|
||||
public void testNotUselessComparasionAfterSmartcast() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/nullableTypes/notUselessComparasionAfterSmartcast.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("nullAssertOnTypeWithNullableUpperBound.kt")
|
||||
public void testNullAssertOnTypeWithNullableUpperBound() throws Exception {
|
||||
|
||||
+6
@@ -22930,6 +22930,12 @@ public class FirPsiOldFrontendDiagnosticsTestGenerated extends AbstractFirPsiDia
|
||||
runTest("compiler/testData/diagnostics/tests/nullableTypes/kt58844.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("notUselessComparasionAfterSmartcast.kt")
|
||||
public void testNotUselessComparasionAfterSmartcast() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/nullableTypes/notUselessComparasionAfterSmartcast.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("nullAssertOnTypeWithNullableUpperBound.kt")
|
||||
public void testNullAssertOnTypeWithNullableUpperBound() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user