[Analysis API] add regression tests for data class copy arguments usage
This issue is not reproducible against the K2 compiler ^KT-64884
This commit is contained in:
committed by
Space Team
parent
ad119a707c
commit
faebef171d
+12
@@ -148,6 +148,18 @@ public class Fe10IdeNormalAnalysisSourceModuleCollectDiagnosticsTestGenerated ex
|
||||
runTest("analysis/analysis-api/testData/components/diagnosticsProvider/diagnostics/javaNestedClassFromLibrary.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("libraryDataClassCopy.kt")
|
||||
public void testLibraryDataClassCopy() throws Exception {
|
||||
runTest("analysis/analysis-api/testData/components/diagnosticsProvider/diagnostics/libraryDataClassCopy.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("libraryDataClassCopyReversedOrder.kt")
|
||||
public void testLibraryDataClassCopyReversedOrder() throws Exception {
|
||||
runTest("analysis/analysis-api/testData/components/diagnosticsProvider/diagnostics/libraryDataClassCopyReversedOrder.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("overrideProtectedClassReturnFromLibrary.kt")
|
||||
public void testOverrideProtectedClassReturnFromLibrary() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user