Add blackbox test for definitely-not-null types

^KT-26245 Fixed
This commit is contained in:
Denis.Zharkov
2021-04-06 18:04:29 +03:00
committed by TeamCityServer
parent 30eb9ad32f
commit bd05ef19de
5 changed files with 54 additions and 0 deletions
@@ -21415,6 +21415,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/notNullAssertions/callAssertions.kt");
}
@TestMetadata("definitelyNotNullTypes.kt")
public void testDefinitelyNotNullTypes() throws Exception {
runTest("compiler/testData/codegen/box/notNullAssertions/definitelyNotNullTypes.kt");
}
@TestMetadata("delegation.kt")
public void testDelegation() throws Exception {
runTest("compiler/testData/codegen/box/notNullAssertions/delegation.kt");