GNOME Bugzilla – Bug 790903
Invalid instance member access to properties/fields
Last modified: 2018-05-22 15:57:19 UTC
Statically accessing fields results in broken ccode while for properties at least an improper error is thrown. class Foo { public string field; public string property { get; set; } } void main () { string foo foo = Foo.field; foo = Foo.property; }
Created attachment 364503 [details] [review] codegen: Discover invalid member access to instance field
Comment on attachment 364503 [details] [review] codegen: Discover invalid member access to instance field Attachment 364503 [details] pushed as 2f6d9c4 - codegen: Discover invalid member access to instance field
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/vala/issues/605.