Skip to content

Commit f3829d1

Browse files
2 parents 79321bd + 72a191f commit f3829d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compiler/src/dotty/tools/dotc/core/NameOps.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ object NameOps {
2828
def apply(s: String): String = {
2929
val marker = "$$$$"
3030

31-
final val charLimit: Int = 240
31+
val charLimit: Int = 240
3232
val MaxNameLength = (charLimit - 6) min 2 * (charLimit - 6 - 2 * marker.length - 32)
3333

3434
def toMD5(s: String, edge: Int): String = {

sbt-dotty/sbt-test/source-dependencies/compactify/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ TaskKey[Unit]("output-empty") := {
22
val outputDirectory = (classDirectory in Compile).value
33
val classes = (outputDirectory ** "*.class").get
44
if (classes.nonEmpty) sys.error("Classes existed:\n\t" + classes.mkString("\n\t")) else ()
5-
}
5+
}

0 commit comments

Comments
 (0)