Skip to content
  • Ryuta Kamizono's avatar
    da464ac0
    Fix to scoping is correctly restored · da464ac0
    Ryuta Kamizono authored
    This regression was caused by #23004.
    
    If STI subclass is using scoping in parent class scoping,
    `current_scope` in subclass is never restored.
    I fixed to restore `current_scope` to previous value correctly.
    da464ac0
    Fix to scoping is correctly restored
    Ryuta Kamizono authored
    This regression was caused by #23004.
    
    If STI subclass is using scoping in parent class scoping,
    `current_scope` in subclass is never restored.
    I fixed to restore `current_scope` to previous value correctly.
Loading