Skip to content
  • Christian Kamm's avatar
    QmlJS: Make follow symbol work with member properties. · 5f196cf5
    Christian Kamm authored
    A full evaluate() call resolves the property and continues to the
    underlying type. If we use Evaluate::reference() instead, we only the
    first step is done and we can get at the source location if a
    ASTPropertyReference is returned.
    
    Reviewed-by: Erik Verbruggen
    5f196cf5