playwright/utils/doclint/check_public_api/test/diff-methods/api.ts
2020-02-24 18:17:31 -08:00

18 lines
116 B
TypeScript

class Foo {
start() {
}
stop() {
}
get zzz() {
}
$() {
}
money$$money() {
}
}
export {Foo};