Safe-DS / DSL

Statically checked Data Science programs.
https://dsl.safeds.com
MIT License
14 stars 0 forks source link

`this` expression #1107

Closed lars-reimann closed 5 months ago

lars-reimann commented 5 months ago

In order to call another method of a class to compute a default value, we need a way to reference the current instance.

Add this as another primary expression. Its type should be the type of the current class. It should only be usable in default values of class methods.

lars-reimann commented 5 months ago

:tada: This issue has been resolved in version 0.14.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: