case classFieldIdn(ident: String) extends SourceASTNode with Product with Serializable
Field identifier. We don't use IdnDef for fields, since we don't perform
the same kind of name analysis on them. Fields only need to be looked up
in the appropriate record type, not have the full scope handling performed.
Field identifier. We don't use IdnDef for fields, since we don't perform the same kind of name analysis on them. Fields only need to be looked up in the appropriate record type, not have the full scope handling performed.