Source position: webidlscanner.pp line 39
type TMessageTypes = set of (
mtFatal,
mtError,
mtWarning,
mtNote,
mtHint,
mtInfo,
mtDebug
);