Resolved

class Resolved(val key: String, val value: String, val source: Props.Source)

Key, value and origin from ONE lookup, so a warning can never name a source the value didn't come from. Renders as the value's own source spells it, which is what makes a correction copy-pasteable.

Constructors

Link copied to clipboard
constructor(key: String, value: String, source: Props.Source)

Properties

Link copied to clipboard
val key: String
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String