Skip to content

valamemberaccess: Add warning for accessing non-public instance members in custom constructors of GLib.Object derived classes

Lorenz Wildberg requested to merge lwildberg/vala:warning into main

The warning appears when accessing non-public members of a GLib.Object derived class in a custom constructor. These operation should be better done in the construct {} block.

Fixes #1472

Merge request reports