[FIR] Resolve where subjects to corresponding type argument

^KTIJ-25295 fixed

Merge-request: KT-MR-10044
Merged-by: Egor Kulikov <Egor.Kulikov@jetbrains.com>
This commit is contained in:
Egor Kulikov
2023-05-17 15:28:02 +00:00
committed by Space Team
parent bcefa1cd66
commit bff1520c9e
21 changed files with 135 additions and 1 deletions
@@ -1950,6 +1950,18 @@ public class Fe10IdeNormalAnalysisSourceModuleReferenceResolveTestGenerated exte
public void testTypeParameterInFunctionLiteral() throws Exception {
runTest("analysis/analysis-api/testData/referenceResolve/typeParameter/TypeParameterInFunctionLiteral.kt");
}
@Test
@TestMetadata("whereClause1.kt")
public void testWhereClause1() throws Exception {
runTest("analysis/analysis-api/testData/referenceResolve/typeParameter/whereClause1.kt");
}
@Test
@TestMetadata("whereClause2.kt")
public void testWhereClause2() throws Exception {
runTest("analysis/analysis-api/testData/referenceResolve/typeParameter/whereClause2.kt");
}
}
@Nested