Bug 500449 - Operation return type not generated correctly from textual
Summary: Operation return type not generated correctly from textual
Status: NEW
Alias: None
Product: Papyrus-rt
Classification: Modeling
Component: textual (show other bugs)
Version: 0.7.2   Edit
Hardware: PC Windows NT
: P3 normal
Target Milestone: Future   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-29 15:37 EDT by Young-Soo Roh CLA
Modified: 2016-10-31 15:11 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Young-Soo Roh CLA 2016-08-29 15:37:34 EDT
operation m(in n:TypesLib.int) : TypesLib.int 

Above operation currently generates

int * A::m( int n )

However it should generate like following unless the return type is specifically set to pointer type.

int A::m( int n )
Comment 1 Charles Rivet CLA 2016-10-31 15:11:54 EDT
Textual is in MVP6