ArgsSummary

dotty.tools.dotc.config.Settings$.ArgsSummary
case class ArgsSummary(sstate: SettingsState, arguments: List[String], errors: List[String], warnings: List[String])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def fail(msg: String): ArgsSummary
def warn(msg: String): ArgsSummary

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product