GNOME Bugzilla – Bug 614686
Unable to hide inherited methods in vapis
Last modified: 2018-04-24 19:01:58 UTC
When attempting to hide an inherited method in a vapi, the compiler completely ignores the `new' keyword. Both with and without the `new', valac emits the "incompatible with base method" error, not the "Use the `new' keyword if hiding was intentional" error.
Created attachment 157771 [details] VAPI which tries to hide an inherited method (actually, 2 of them)
Created attachment 157772 [details] test case Test case which attempts to call Mx.Table.add_actor from previously attached vapi.
This seems to be fixed some time ago.