Dariusz Kuc
01/21/2021, 8:29 PMval blowsUp = "my comment %"
spec.addKdoc(blowsUp)
throws IllegalArgumentException
with dangling format characters in 'my comment %'
message
Tried passing the offending kdoc as a template using %S
, %P
and %L
with no luck. Do I need to manually escape the %
character in the string?