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
Generated
+6
@@ -42472,6 +42472,12 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
|
||||
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