csling

Results 1 issues of csling

``` public: ... int add(); ... }; ... int Apple::add(int num) { take(num); return 0; } ``` 上述有个细节有误,申明和定义不一致~