blob: edbe54219d9114029eb2f94b45899c16c2b60e7e [file] [log] [blame]
context Report!Report {
constraint RefersToValidText {
check : trace.matches.exists(m|m.matching and m.right = self)
message : "Report " + self.name + " refers to an undefined text"
}
}