author | wenzelm |
Tue, 12 Jul 2022 14:38:31 +0200 | |
changeset 75677 | 347f9fde03dd |
parent 75676 | 23fbdac78310 |
child 75678 | 58b161746645 |
--- a/src/Pure/General/file.scala Mon Jul 11 15:22:17 2022 +0200 +++ b/src/Pure/General/file.scala Tue Jul 12 14:38:31 2022 +0200 @@ -304,6 +304,7 @@ trait Content { def path: Path def write(dir: Path): Unit + override def toString: String = path.toString } final class Content_Bytes private[File](val path: Path, val content: Bytes) extends Content {