Skip to content
Snippets Groups Projects
Commit d5bd86ae authored by Miško Hevery's avatar Miško Hevery Committed by Igor Minar
Browse files

fix(ivy): don't accidently read the inherited definition (#25736)

Create getter methods `getXXXDef` for each definition which
uses `hasOwnProperty` to verify that we don't accidently read form the
parent class.

Fixes: #24011
Fixes: #25026

PR Close #25736
parent a9099e8f
No related merge requests found
Showing
with 126 additions and 74 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment