Skip to content

regress: Implement interface and override properties

This adds a property to RegressTestInterface which can be overridden, and makes RegressTestSubObj implement it and override the property. This is in order to catch the regressions in GJS around property access.

See gjs#193 (closed).

Merge request reports