Handle IllegalArgumentException in trimMargin intrinsics on JVM
#KT-38537 Fixed
This commit is contained in:
Generated
+5
@@ -12621,6 +12621,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
public void testTostring() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/intrinsics/tostring.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("trimMarginWithBlankString.kt")
|
||||
public void testTrimMarginWithBlankString() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/intrinsics/trimMarginWithBlankString.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/ir")
|
||||
|
||||
+5
@@ -12686,6 +12686,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
public void testTostring() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/intrinsics/tostring.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("trimMarginWithBlankString.kt")
|
||||
public void testTrimMarginWithBlankString() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/intrinsics/trimMarginWithBlankString.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/ir")
|
||||
|
||||
Reference in New Issue
Block a user