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







                                                                     
package dotty.tools.dotc.core

class DotClass {

  def unsupported(methodName: String): Nothing =
    throw new UnsupportedOperationException(s"$getClass.$methodName")

}