[NI] Add test to check how behavior will be changed after few commits
This commit is contained in:
Generated
+5
@@ -21215,6 +21215,11 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirOldFronte
|
||||
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