Skip to content

Wollok v1.2 Buddha

javierfernandes edited this page Sep 16, 2015 · 31 revisions

Language

Named Objects can now inherit from classes

New Checks

Check Overriding method return compliance

There's a new static check for validating that an method which overrides another one, has a compatible semantic in terms of returning a value. This means that, if the original method was returning a value, the overriding one MUST also return a value. And the opposite.

wollok-checkoverridereturn

Milestone

Clone this wiki locally