Skip to content

Commit

Permalink
Slightly rephrase "related issues" section (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
udalov committed Oct 3, 2016
1 parent ea90c7e commit a657dde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proposals/data-class-inheritance.md
Expand Up @@ -97,12 +97,12 @@ fun test() {
}
```

## Related issues
## Issues to be fixed

* [KT-10330](https://youtrack.jetbrains.com/issue/KT-10330).
The original issue with the sealed hierarchy use case.
* [KT-11306](https://youtrack.jetbrains.com/issue/KT-11306).
Because of this issue, it's not possible to specify for example abstract `toString` in the base class and rely on auto-generated members in data subclasses. This can hurt in sealed hierarchies where some of the subclasses are data classes and some are not.
Unless this issue is fixed, it's not possible to specify for example abstract `toString` in the base class and rely on auto-generated members in data subclasses. This can hurt in sealed hierarchies where some of the subclasses are data classes and some are not.

## Alternatives

Expand Down

0 comments on commit a657dde

Please sign in to comment.