Analysis API: regenerate tests

This commit is contained in:
Ilya Kirillov
2022-02-01 13:09:29 +01:00
parent d13e117a58
commit dcbf84771d
@@ -394,6 +394,18 @@ public class FirSourceReferenceResolveTestGenerated extends AbstractReferenceRes
runTest("analysis/analysis-api/testData/referenceResolve/SeveralOverrides.kt");
}
@Test
@TestMetadata("SuperTypePrimaryConstructor.kt")
public void testSuperTypePrimaryConstructor() throws Exception {
runTest("analysis/analysis-api/testData/referenceResolve/SuperTypePrimaryConstructor.kt");
}
@Test
@TestMetadata("SuperTypeSecondaryConstructor.kt")
public void testSuperTypeSecondaryConstructor() throws Exception {
runTest("analysis/analysis-api/testData/referenceResolve/SuperTypeSecondaryConstructor.kt");
}
@Test
@TestMetadata("superWithLabel_caretAtLabel.kt")
public void testSuperWithLabel_caretAtLabel() throws Exception {