[JVM_IR] Trim the expression test string for null assertions.

^KT-47166 Fixed.
This commit is contained in:
Mads Ager
2021-06-11 14:54:20 +02:00
committed by teamcityserver
parent 58adfd8488
commit 6b6ba77869
6 changed files with 58 additions and 1 deletions
@@ -22344,6 +22344,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/notNullAssertions/doGenerateParamAssertions.kt");
}
@TestMetadata("messageLength.kt")
public void testMessageLength() throws Exception {
runTest("compiler/testData/codegen/box/notNullAssertions/messageLength.kt");
}
@TestMetadata("noCallAssertions.kt")
public void testNoCallAssertions() throws Exception {
runTest("compiler/testData/codegen/box/notNullAssertions/noCallAssertions.kt");