K2: handle alias-based types nullability properly in ConeTypeContext
#KT-60154 Fixed
This commit is contained in:
committed by
Space Team
parent
f4ba5aaf9a
commit
a428ab6ed6
+6
@@ -41354,6 +41354,12 @@ public class FirLightTreeOldFrontendDiagnosticsTestGenerated extends AbstractFir
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/typealias/hashMapTypeAlias.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("nothingTypeAlias.kt")
|
||||
public void testNothingTypeAlias() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/typealias/nothingTypeAlias.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("typeAliasSamAdapterConstructors.kt")
|
||||
public void testTypeAliasSamAdapterConstructors() throws Exception {
|
||||
|
||||
+6
@@ -41468,6 +41468,12 @@ public class FirPsiOldFrontendDiagnosticsTestGenerated extends AbstractFirPsiDia
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/typealias/hashMapTypeAlias.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("nothingTypeAlias.kt")
|
||||
public void testNothingTypeAlias() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/typealias/nothingTypeAlias.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("typeAliasSamAdapterConstructors.kt")
|
||||
public void testTypeAliasSamAdapterConstructors() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user