aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/testcases/move-class/decl-in-source/thesource.cpp
blob: 79a765130956fa8772fc09ede5af2f6bb05998f5 (plain)
1
2
3
4
5
6
7
8
#include "theheader.h"

class TheClass
{
    void func();
};
void SomeClass::func() {}
void TheClass::func() {}