We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79fae19 commit 9bc36e3Copy full SHA for 9bc36e3
compiler/src/dotty/tools/dotc/ast/Positioned.scala
@@ -36,7 +36,7 @@ abstract class Positioned(implicit @constructorOnly src: SourceFile) extends Src
36
ids.put(this, ownId)
37
if ownId == debugId then
38
println(s"Debug tree (id=$debugId) creation \n$this\n")
39
- Reporter.displayPrompt(Console.in, new PrintWriter(Console.err, true))
+ Thread.dumpStack()
40
41
allocateId()
42
0 commit comments