[FIR] Reproduce KT-66005
^KT-66005
This commit is contained in:
committed by
Space Team
parent
eb85caedad
commit
b0e6db7807
+6
@@ -207,6 +207,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/tests/CompareToWithErrorType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("compareWithReified.kt")
|
||||
public void testCompareWithReified() {
|
||||
runTest("compiler/testData/diagnostics/tests/compareWithReified.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("comparingArbitraryClasses.kt")
|
||||
public void testComparingArbitraryClasses() {
|
||||
|
||||
+6
@@ -207,6 +207,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/tests/CompareToWithErrorType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("compareWithReified.kt")
|
||||
public void testCompareWithReified() {
|
||||
runTest("compiler/testData/diagnostics/tests/compareWithReified.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("comparingArbitraryClasses.kt")
|
||||
public void testComparingArbitraryClasses() {
|
||||
|
||||
Reference in New Issue
Block a user