You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 18, 2021. It is now read-only.
[ ] Regression (a behavior that used to work and stopped working in a new release)
[x] Bug report
[ ] Performance issue
[ ] Feature request
[ ] Documentation issue or request
[ ] Other... Please describe:
Current behavior
Assume there are 2 contracts: SecondA.sol, SecondB.sol
both of them have initialize functions
stopped after initialize function of SecondA called
resume
=> starts from initialize of SecondA
Expected behavior
=> starts from initialize of SecondB
The text was updated successfully, but these errors were encountered:
I'm submitting a...
Current behavior
Assume there are 2 contracts: SecondA.sol, SecondB.sol
=> starts from initialize of SecondA
Expected behavior
=> starts from initialize of SecondB
The text was updated successfully, but these errors were encountered: