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

0001 template <typename... Args>
0002 some(const char* const fmt, Args... args)
0003 {
0004     auto sz = sizeof...(args);
0005     return some(sz, std::forward<Args>(args)...);
0006 }
0007 
0008 some(const char* const fmt, ...)
0009 {
0010     ok.ok...
0011 }