Warning, /frameworks/ktexteditor/autotests/input/indent/cppstyle/colon3/expected is written in an unsupported language. File is not indexed.

0001     class test
0002     {
0003     private:
0004         void ok();
0005 
0006     public:
0007         void ok();
0008 
0009     protected:
0010         void ok();
0011     };