[Test] Reproduce KT-59715
This commit is contained in:
committed by
Space Team
parent
63e7749cfe
commit
92c75fb7ab
+6
@@ -27278,6 +27278,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/tests/operatorsOverloading/compareToNullable.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("destructuringDeclarationWithInvoke.kt")
|
||||
public void testDestructuringDeclarationWithInvoke() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/operatorsOverloading/destructuringDeclarationWithInvoke.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("EqualsOperatorOverrideHierarchies.kt")
|
||||
public void testEqualsOperatorOverrideHierarchies() throws Exception {
|
||||
|
||||
+6
@@ -27278,6 +27278,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/tests/operatorsOverloading/compareToNullable.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("destructuringDeclarationWithInvoke.kt")
|
||||
public void testDestructuringDeclarationWithInvoke() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/operatorsOverloading/destructuringDeclarationWithInvoke.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("EqualsOperatorOverrideHierarchies.kt")
|
||||
public void testEqualsOperatorOverrideHierarchies() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user