srcanamdw_os/leavescan/test/testcases/LS14-testcases/PCT-LeaveScan-LS14-016.cpp
changeset 0 83f4b4db085c
child 2 99082257a271
equal deleted inserted replaced
-1:000000000000 0:83f4b4db085c
       
     1 //desc:test LString is used as a parameter of a overload leaving function for LS14
       
     2 //option:
       
     3 //date:2008-8-21 14:10:2
       
     4 //author:pingorliu
       
     5 //type: CT
       
     6 
       
     7 const TInt funcLX(TInt x) 
       
     8 {
       
     9 	foo();
       
    10 }
       
    11 const TInt funcLX(const LString16) //check:-func,-parameter
       
    12 {
       
    13 	foo();
       
    14 }