madfish-solutions / sol2ligo

⌨️ 🔮 Transpiler from Solidity to PascalLIGO language
https://madfish-solutions.github.io/sol2ligo/
MIT License
70 stars 4 forks source link

super.fn() support #222

Closed vird closed 4 years ago

vird commented 4 years ago

Closes https://github.com/madfish-solutions/sol2ligo/issues/144 P.s. there is no super(), only super.fn() super() is implemented here class Child in Parent("parent_constructor_arg")