equal
deleted
inserted
replaced
|
1 //desc:test LString is used as a parameter of a non-leaving member function of a class for LS14 |
|
2 //option: |
|
3 //date:2008-8-21 14:10:2 |
|
4 //author:pingorliu |
|
5 //type: CT |
|
6 |
|
7 class temp |
|
8 { |
|
9 public: |
|
10 void func(LString16 x) //check:func,parameter |
|
11 { |
|
12 } |
|
13 }; |