[JVM_IR] Trim the expression test string for null assertions.
^KT-47166 Fixed.
This commit is contained in:
committed by
teamcityserver
parent
58adfd8488
commit
6b6ba77869
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user