Located
data class Located<out T : PrettyPrintable>(value: T, sourceLocation: SourceLocation) : HasSourceLocation, PrettyPrintable
Content copied to clipboard
Attaches a source location to an arbitrary type.
Constructors
Located
Link copied to clipboard
fun <out T : PrettyPrintable> Located(value: T, sourceLocation: SourceLocation)
Content copied to clipboard
Functions
toDocument
Link copied to clipboard