playwright/utils/doclint/check_public_api/test/diff-methods/foo.js

17 lines
102 B
JavaScript
Raw Normal View History

2019-11-19 03:18:28 +01:00
class Foo {
start() {
}
stop() {
}
get zzz() {
}
$() {
}
money$$money() {
}
}