Minor, add toString() to OutputFile for debugging

This commit is contained in:
Alexander Udalov
2014-03-06 19:30:26 +04:00
parent 36936e0a6b
commit 8e71fe376f
2 changed files with 11 additions and 0 deletions
+2
View File
@@ -33,6 +33,8 @@ public trait OutputFile {
public val sourceFiles: List<File>
public fun asByteArray(): ByteArray
public fun asText(): String
override fun toString() = "$relativePath (compiled from $sourceFiles)"
}
class SimpleOutputFile(