dotty.tools.dotc.fromtasty.TASTYCompilationUnit.scala Maven / Gradle / Ivy
The newest version!
package dotty.tools.dotc.fromtasty
import dotty.tools.dotc.CompilationUnit
import dotty.tools.dotc.util.NoSource
class TASTYCompilationUnit(val className: String) extends CompilationUnit(NoSource) {
override def toString: String = s"class file $className"
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy