author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Tue, 02 Feb 2010 01:39:43 +0200 | |
changeset 0 | 83f4b4db085c |
child 18 | 99082257a271 |
permissions | -rw-r--r-- |
//desc:test LString is used as a parameter of a non-leaving member function that defined out of the class for LS14 //option: //date:2008-8-21 14:10:2 //author:pingorliu //type: CT class temp { public: void func(LString16 x); //check:func,parameter }; void temp::func(LString16 x)//check:func,parameter { foo(); }