Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 222 Bytes

4.1.4.md

File metadata and controls

5 lines (3 loc) · 222 Bytes

4.1.4

Minor Analysis Improvements

  • Calls to super without explict arguments now have their implicit arguments generated. For example, in def foo(x, y) { super } end the call to super becomes super(x, y).