[NI] Add test to check how behavior will be changed after few commits

This commit is contained in:
Mikhail Zarechenskiy
2020-02-20 02:49:48 +03:00
parent 0e970407a4
commit 162a2d5851
6 changed files with 53 additions and 0 deletions
@@ -21292,6 +21292,11 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
public void testSmartCastOnReceiver() throws Exception {
runTest("compiler/testData/diagnostics/tests/smartCasts/inference/smartCastOnReceiver.kt");
}
@TestMetadata("stabilityOfSmartcastsAgainstGenericFunctions.kt")
public void testStabilityOfSmartcastsAgainstGenericFunctions() throws Exception {
runTest("compiler/testData/diagnostics/tests/smartCasts/inference/stabilityOfSmartcastsAgainstGenericFunctions.kt");
}
}
@TestMetadata("compiler/testData/diagnostics/tests/smartCasts/intersectionScope")
@@ -21217,6 +21217,11 @@ public class DiagnosticsUsingJavacTestGenerated extends AbstractDiagnosticsUsing
public void testSmartCastOnReceiver() throws Exception {
runTest("compiler/testData/diagnostics/tests/smartCasts/inference/smartCastOnReceiver.kt");
}
@TestMetadata("stabilityOfSmartcastsAgainstGenericFunctions.kt")
public void testStabilityOfSmartcastsAgainstGenericFunctions() throws Exception {
runTest("compiler/testData/diagnostics/tests/smartCasts/inference/stabilityOfSmartcastsAgainstGenericFunctions.kt");
}
}
@TestMetadata("compiler/testData/diagnostics/tests/smartCasts/intersectionScope")