Analysis API: regenerate tests
This commit is contained in:
+12
@@ -394,6 +394,18 @@ public class FirSourceReferenceResolveTestGenerated extends AbstractReferenceRes
|
|||||||
runTest("analysis/analysis-api/testData/referenceResolve/SeveralOverrides.kt");
|
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
|
@Test
|
||||||
@TestMetadata("superWithLabel_caretAtLabel.kt")
|
@TestMetadata("superWithLabel_caretAtLabel.kt")
|
||||||
public void testSuperWithLabel_caretAtLabel() throws Exception {
|
public void testSuperWithLabel_caretAtLabel() throws Exception {
|
||||||
|
|||||||
Reference in New Issue
Block a user