Add blackbox test for definitely-not-null types
^KT-26245 Fixed
This commit is contained in:
committed by
TeamCityServer
parent
30eb9ad32f
commit
bd05ef19de
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user