File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
enclosure/shared/src/main
scala-2/com/lorandszakacs/enclosure/internal
scala/com/lorandszakacs/enclosure Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -74,9 +74,9 @@ object EnclosureMacros {
7474
7575 private def fullNameFromSymbol (sym : Symbol ): String = {
7676
77- /** the full name of package objects includes ".package" at the end.
78- * That's why we go one level up
79- */
77+ /* the full name of package objects includes ".package" at the end.
78+ * That's why we go one level up
79+ */
8080 if (isPackageObject(sym)) {
8181 if (sym.owner.eq(null )) {
8282 ctx.abort(
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ package com.lorandszakacs.enclosure
3333 *
3434 * object Printer {
3535 * def locatedPrintln(s: String)(implicit enc: Enclosure): Unit = {
36- * println(s"[$ {enc.fullModuleName}] s")
36+ * println(s"[{enc.fullModuleName}] s")
3737 * }
3838 * }
3939 *
You can’t perform that action at this time.
0 commit comments