About
Contact
QtCreator
KDevelop
Solarized
1
// NOLINTBEGIN
2
class
A
{
A
(
int
i
); };
3
// NOLINTEND
4
5
class
B
{
B
(
int
i
); };
6