[NI] Add test to check how behavior will be changed after few commits
This commit is contained in:
@@ -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")
|
||||
|
||||
Generated
+5
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user