[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:
+12
@@ -1950,6 +1950,18 @@ public class FirStandaloneNormalAnalysisSourceModuleReferenceResolveTestGenerate
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user