Handle IllegalArgumentException in trimMargin intrinsics on JVM
#KT-38537 Fixed
This commit is contained in:
+5
@@ -15721,6 +15721,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
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