We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 15df28f + be9450b commit d5f5b26Copy full SHA for d5f5b26
src/compiler/scala/tools/nsc/settings/ScalaSettings.scala
@@ -140,7 +140,7 @@ trait ScalaSettings extends AbsScalaSettings
140
// XML parsing options
141
object XxmlSettings extends MultiChoiceEnumeration {
142
val coalescing = Choice("coalescing", "Convert PCData to Text and coalesce sibling nodes")
143
- def isCoalescing = (Xxml contains coalescing) || (!isScala212 && !Xxml.isSetByUser)
+ def isCoalescing = Xxml contains coalescing
144
}
145
val Xxml = MultiChoiceSetting(
146
name = "-Xxml",
0 commit comments