equal
deleted
inserted
replaced
|
1 //desc:test a member operator overload function definiton for LS2 |
|
2 //option: |
|
3 //date:2008-8-12 15:58:1 |
|
4 //author:pingorliu |
|
5 //type: CT |
|
6 |
|
7 class temp |
|
8 { |
|
9 TInt operator+ (TInt x) |
|
10 {//check:-leavers |
|
11 |
|
12 TInt x = 1; |
|
13 foo(); |
|
14 |
|
15 } |
|
16 }; |
|
17 |