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
@@ -41290,6 +41290,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
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
@@ -41290,6 +41290,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
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