DEBSOURCES
Skip Quicknav
sources / libnb-platform18-java / 10.0-2 / webcommon / javascript2.editor / test / unit / data / testfiles / formatter / classProperty1.js
123456789101112
class Test { a = 25 ; // sdfsdf static b; x() { a = 7; } y() { } }