fixup! [Analysis API] implement an API to get a substitution based on a inheritance relationship between classes
This commit is contained in:
committed by
Space Team
parent
8f6b3d37b9
commit
9dcd142f0d
+6
@@ -58,6 +58,12 @@ public class FirStandaloneNormalAnalysisSourceModuleCreateInheritanceTypeSubstit
|
||||
runTest("analysis/analysis-api/testData/components/substitutorProvider/createInheritanceTypeSubstitutor/cycle.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("diamond.kt")
|
||||
public void testDiamond() throws Exception {
|
||||
runTest("analysis/analysis-api/testData/components/substitutorProvider/createInheritanceTypeSubstitutor/diamond.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("directComplexSubstitution.kt")
|
||||
public void testDirectComplexSubstitution() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user