[NI] Add test for obsolete issue
It was fixed after c6712ff861
#KT-25182 Obsolete
This commit is contained in:
@@ -8425,6 +8425,11 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
|
||||
runTest("compiler/testData/diagnostics/tests/generics/nullability/inferNotNullTypeFromIntersectionOfNullableTypes.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt25182.kt")
|
||||
public void testKt25182() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/generics/nullability/kt25182.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nullToGeneric.kt")
|
||||
public void testNullToGeneric() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/generics/nullability/nullToGeneric.kt");
|
||||
|
||||
Reference in New Issue
Block a user