StyledString _styledString = new StyledString(proposalText);
StyledString _append = _styledString.append(" - include another target platform to this file", StyledString.QUALIFIER_STYLER);
Image _image = this.getImage(TargetPlatformProposalProvider.INCLUDE_DECLARATION);
final ICompletionProposal p = this.createCompletionProposal(_plus, _append, _image, context);
if ((p instanceof ConfigurableCompletionProposal)) {
IContentProposalPriorities _priorityHelper = this.getPriorityHelper();
int _defaultPriority = _priorityHelper.getDefaultPriority();
int _plus_1 = (_defaultPriority + 530);
((ConfigurableCompletionProposal)p).setPriority(_plus_1);
int _replacementOffset = ((ConfigurableCompletionProposal)p).getReplacementOffset();
int _length = proposalPrefix.length();
int _plus_2 = (_replacementOffset + _length);