qt6-bb10/qtdeclarative/tests/auto/qml/qmlformat/data/class.js

2 lines
52 B
JavaScript

class Person{constructor(name){this._name = name;}}