DFA: count null comparison as identity comparison #KT-16538 Fixed
+ minor parameter refactoring
This commit is contained in:
committed by
Mikhail Glukhikh
parent
b5aa529901
commit
4700936f66
@@ -19132,6 +19132,12 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("equals.kt")
|
||||
public void testEquals() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/smartCasts/equals.kt");
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("exclUnderAnd.kt")
|
||||
public void testExclUnderAnd() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/smartCasts/exclUnderAnd.kt");
|
||||
|
||||
Reference in New Issue
Block a user