aboutsummaryrefslogblamecommitdiff
path: root/src/dotty/tools/dotc/core/Showable.scala
blob: 770b3c818923f08446fd97bfd283127096e4dbad (plain) (tree)
1
2
3
4
5
6
7
8
9








                                         
package dotty.tools.dotc.core

import Contexts._

trait Showable {

  def show(implicit ctx: Context): String

}