compiler/src/main/scala/amyc/utils/Document.scala
Function print
has 28 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
def print: String = {
val sb = new StringBuffer()
def rec(d: Document)(implicit ind: Int, first: Boolean): Unit = d match {
case Raw(s) =>