[FIR] Enhance equality smartcasting test case to include data classes
^KT-58169 Fixed
This commit is contained in:
+6
@@ -35082,6 +35082,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/tests/smartCasts/enumEntryMembers_before.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("equalitySmartcast.kt")
|
||||
public void testEqualitySmartcast() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/smartCasts/equalitySmartcast.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("equals.kt")
|
||||
public void testEquals() throws Exception {
|
||||
|
||||
+6
@@ -35082,6 +35082,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/tests/smartCasts/enumEntryMembers_before.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("equalitySmartcast.kt")
|
||||
public void testEqualitySmartcast() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/smartCasts/equalitySmartcast.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("equals.kt")
|
||||
public void testEquals() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user