GNOME Bugzilla – Bug 752984
Chaining up to interface methods should work with arguments
Last modified: 2015-07-31 02:53:01 UTC
I overlooked this in the original Lang.Interface patch.
Created attachment 308346 [details] [review] lang: Fix chaining up to interface methods w/args Calling Interface.some_method(this, arg) from inside the implementation of an interface did not work correctly.
Review of attachment 308346 [details] [review]: Yep.
Attachment 308346 [details] pushed as ea6decf - lang: Fix chaining up to interface methods w/args