Minor, update doc on -Xsanitize-parentheses
The ASM issue with parentheses was fixed in https://gitlab.ow2.org/asm/asm/commit/02f00c4a82d9252b34d08dad47c540309fda3b7e #KT-29475
This commit is contained in:
+2
-2
@@ -263,8 +263,8 @@ class K2JVMCompilerArguments : CommonCompilerArguments() {
|
||||
@Argument(
|
||||
value = "-Xsanitize-parentheses",
|
||||
description = "Transform '(' and ')' in method names to some other character sequence.\n" +
|
||||
"This mode can BREAK BINARY COMPATIBILITY and is only supposed to be used as a workaround\n" +
|
||||
"of an issue in the ASM bytecode framework. See KT-29475 for more details"
|
||||
"This mode can BREAK BINARY COMPATIBILITY and is only supposed to be used to workaround\n" +
|
||||
"problems with parentheses in identifiers on certain platforms"
|
||||
)
|
||||
var sanitizeParentheses: Boolean by FreezableVar(false)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user