Skip to content

Commit 7cdb761

Browse files
committed
debug 3
1 parent 97512ca commit 7cdb761

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,9 @@ class Definitions {
226226
@tu lazy val CompiletimePackageObject: Symbol = {
227227
val x = requiredModule("scala.compiletime.package")
228228
if (x.info.decls.toList.isEmpty) {
229+
println("classpath: " + ctx.platform.classPath)
229230
println("pkg: " + x)
231+
println("x.owner.owner: " + x.owner.owner + " " + x.owner.owner.info + " " + x.owner.owner.info.decls.toList)
230232
println("x.owner: " + x.owner.is(PackageClass) + " " + x.owner + " " + x.owner.info + " " + x.owner.info.decls.toList)
231233
val member = x.owner.info.member("package".toTermName)
232234
println("member: " + member + " " + member.info + " " + member.info.decls.toList)

0 commit comments

Comments
 (0)