forked from qt-creator/qt-creator
5 lines
94 B
C++
5 lines
94 B
C++
|
|
class C {
|
||
|
|
C() : _x{12}, _y({12}) {}
|
||
|
|
C(int i) : _x{{{12, 2}, {"foo"}}, {bar}}... {}
|
||
|
|
};
|