[FIR] Add missing ensureResolved to FirClassSubstitutionScope
`createNewTypeParametersAndSubstitutor` call might need resolved types to be able to work correctly with the generics' type bounds
This commit is contained in:
committed by
TeamCityServer
parent
534beb8553
commit
29bb8cea8f
+6
@@ -47,4 +47,10 @@ public class FirMemberScopeByFqNameTestGenerated extends AbstractFirMemberScopeB
|
||||
public void testMutableList() throws Exception {
|
||||
runTest("analysis/analysis-api/testData/scopes/memberScopeByFqName/MutableList.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("overridenFunctionWithGenericBound.kt")
|
||||
public void testOverridenFunctionWithGenericBound() throws Exception {
|
||||
runTest("analysis/analysis-api/testData/scopes/memberScopeByFqName/overridenFunctionWithGenericBound.kt");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user