FormatInterpolatorTransform

dotty.tools.dotc.transform.localopt.FormatInterpolatorTransform$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def checked(fun: Tree, args0: Tree)(using Context): (Tree, Tree)

For f"${arg}%xpart", check format conversions and return (format, args) suitable for String.format(format, args).

For f"${arg}%xpart", check format conversions and return (format, args) suitable for String.format(format, args).

Attributes