Skip to content

Commit

Permalink
Update compiler/src/dotty/tools/dotc/sbt/ExtractDependencies.scala
Browse files Browse the repository at this point in the history
Co-authored-by: adpi2 <[email protected]>
  • Loading branch information
eed3si9n and adpi2 authored May 7, 2024
1 parent c5ca07d commit 93db2f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ object ExtractDependencies {
case Some(src) => src.toString.endsWith(".java")
case None => false
def classNameAsString0(sym: Symbol)(using Context): String =
sym.fullName.stripModuleClassSuffix.toString
sym.fullName.stripModuleClassSuffix.toString
def javaClassNameAsString(sym: Symbol)(using Context): String =
if sym.owner.isClass && !sym.owner.isRoot then
javaClassNameAsString(sym.owner) + "." + sym.name.stripModuleClassSuffix.toString
Expand Down

0 comments on commit 93db2f2

Please sign in to comment.