Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Aug 29, 2024
1 parent d547c4d commit 5b46280
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runner/src/mill/runner/MillBuildRootModule.scala
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,8 @@ object MillBuildRootModule {
|}
|import MillMiscInfo._
|object $name extends MillPackageClass
|// User code needs to be put in a separate class for proper submodule
|// object initialization due to https://github.com/scala/scala3/issues/21444
|class MillPackageClass
|extends $superClass($segsList) {
| $childAliases
Expand Down

0 comments on commit 5b46280

Please sign in to comment.