This commit is contained in:
Hubert Plociniczak 2024-07-11 14:34:51 +02:00
parent 3d588ae944
commit e3ac561815

View File

@ -80,7 +80,7 @@ public interface IR {
List<IR> ordered = children().flatMap(c -> c.preorder());
IR element = this;
return $colon$colon$.MODULE$.apply(
element, ordered); // ordered.prepended(element) is reporeted as ambiguous
element, ordered); // ordered.prepended(element) is reported as ambiguous
}
/**