You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/library/scala/xml/Node.scala
+5-4
Original file line number
Diff line number
Diff line change
@@ -213,9 +213,10 @@ abstract class Node extends NodeSeq {
213
213
* Martin to Burak: to do: if you make this method abstract, the compiler will now
214
214
* complain if there's no implementation in a subclass. Is this what we want? Note that
215
215
* this would break doc/DocGenator and doc/ModelToXML, with an error message like:
216
-
doc\DocGenerator.scala:1219: error: object creation impossible, since there is a deferred declaration of method text in class Node of type => String which is not implemented in a subclass
217
-
new SpecialNode {
218
-
^
219
-
*/
216
+
* {{{
217
+
* doc\DocGenerator.scala:1219: error: object creation impossible, since there is a deferred declaration of method text in class Node of type => String which is not implemented in a subclass
0 commit comments