[FIR] add missing Any super type to Cloneable
^KTIJ-24272 Fixed
This commit is contained in:
committed by
Space Team
parent
85919c4d62
commit
050c66ea81
+6
@@ -20084,6 +20084,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/kt7523.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ktij24272.kt")
|
||||
public void testKtij24272() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/ktij24272.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("matchers.kt")
|
||||
public void testMatchers() throws Exception {
|
||||
|
||||
+6
@@ -20084,6 +20084,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/kt7523.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ktij24272.kt")
|
||||
public void testKtij24272() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/ktij24272.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("matchers.kt")
|
||||
public void testMatchers() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user