[NI] Add test for obsolete issue

It was fixed after c6712ff861

 #KT-25182 Obsolete
This commit is contained in:
Mikhail Zarechenskiy
2018-11-23 14:23:51 +03:00
parent 30aee3bfb6
commit 7b108541a9
4 changed files with 44 additions and 0 deletions
@@ -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");