Files
kotlin-fork/js/js.translator/testData/box/native/secondaryConstructor.js
T
2016-09-29 12:00:42 +03:00

4 lines
45 B
JavaScript
Vendored

function A(value) {
this.value = value
}