[Tests] Reproduce #KT-65193

This commit is contained in:
Kirill Rakhman
2024-03-18 11:46:21 +01:00
committed by Space Team
parent ffef1630dd
commit 19cc739118
8 changed files with 134 additions and 0 deletions
@@ -234,6 +234,12 @@ public class FirPsiOldFrontendForeignAnnotationsCompiledJavaTestGenerated extend
runTest("compiler/testData/diagnostics/foreignAnnotationsTests/tests/jsr305/nullabilityWarnings/expressionBodiedFunction.kt");
}
@Test
@TestMetadata("kt65193.kt")
public void testKt65193() {
runTest("compiler/testData/diagnostics/foreignAnnotationsTests/tests/jsr305/nullabilityWarnings/kt65193.kt");
}
@Test
@TestMetadata("localInference.kt")
public void testLocalInference() {
@@ -292,6 +292,12 @@ public class FirPsiOldFrontendForeignAnnotationsCompiledJavaWithPsiClassReadingT
runTest("compiler/testData/diagnostics/foreignAnnotationsTests/tests/jsr305/nullabilityWarnings/expressionBodiedFunction.kt");
}
@Test
@TestMetadata("kt65193.kt")
public void testKt65193() {
runTest("compiler/testData/diagnostics/foreignAnnotationsTests/tests/jsr305/nullabilityWarnings/kt65193.kt");
}
@Test
@TestMetadata("localInference.kt")
public void testLocalInference() {
@@ -292,6 +292,12 @@ public class FirPsiOldFrontendForeignAnnotationsSourceJavaTestGenerated extends
runTest("compiler/testData/diagnostics/foreignAnnotationsTests/tests/jsr305/nullabilityWarnings/expressionBodiedFunction.kt");
}
@Test
@TestMetadata("kt65193.kt")
public void testKt65193() {
runTest("compiler/testData/diagnostics/foreignAnnotationsTests/tests/jsr305/nullabilityWarnings/kt65193.kt");
}
@Test
@TestMetadata("localInference.kt")
public void testLocalInference() {