Skip to content

vala: Mark CompletionProposal.get_typed_text as virtual

Rico Tzschichholz requested to merge ricotz/vala into master

Interface method which have a default implementation can be marked virtual instead of abstract. This avoids an error for a missing implementation of an abstract method.

Merge request reports