You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The old implementation for the decompiler dotty.tools.dotc.printing.DecompilerPrinter is not used by the decompiler anymore. It is only used by the ReplPrinter. We should remove DecompilerPrinter by merging it with ReplPrinter.