aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlformat/data/class.js
blob: b045210d8ceb9a02697e2016eed0d227f27019f0 (plain)
1
2
class Person{constructor(name){this._name = name;}}
class /**/ C {}/**/ /**/ class C /**/ {}