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
If "main()" is called below, the method of Container is called, which is correct.
If "main()" is called above, the method of Control is called, which is wrong.
Tested under Arch Linux AMD64 with Nim 0.16.0 and 0.16.1 (2017-02-25).
The text was updated successfully, but these errors were encountered:
Sample program:
If "main()" is called below, the method of Container is called, which is correct.
If "main()" is called above, the method of Control is called, which is wrong.
Tested under Arch Linux AMD64 with Nim 0.16.0 and 0.16.1 (2017-02-25).
The text was updated successfully, but these errors were encountered: