kfri

Results 1 issues of kfri

### Hello, thanks for this great tool! I found the following error while using the C++ brace-or-equal initializer ### Code: ```class A { private: int a; int b{0}; int c...